# Glossary

Here's a list of commonly used words in Cal.com platform

<table><thead><tr><th width="275">Word</th><th>Definition</th></tr></thead><tbody><tr><td>Attendee</td><td>The person who books another person, or the booker of an event</td></tr><tr><td>Guest</td><td>An optional attendee to a booking who is not the booker</td></tr><tr><td>Organizer/Host</td><td>The host of the event</td></tr><tr><td>Location</td><td>The meeting location</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://calcom.gitbook.io/docs/knowledgebase/glossary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
