> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gladia.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Questions

> Description of your new file.

A list of questions mentioned in the conversation with the following properties:

* **question** (str): The question asked
* **answer** (str): The answer to the question
* **asker** (str): The person asking the question
* **asked** (str): The person who question was asked to

```json results theme={"system"}
{
  "question": "str",
  "answer": "str",
  "asker": "str",
  "asked": "str"
}
```
