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

# Answer

Answer a question.

## Input

| Property | Type        | Required | Description                                                      |
| -------- | ----------- | -------- | ---------------------------------------------------------------- |
| obj      | JSON        | Yes      | The object to extract information from.                          |
| question | LONG\_TEXT  | Yes      | The question to answer.                                          |
| model    | SHORT\_TEXT | No       | The model to use for the request. Defaults to gpt-3.5-turbo-16k. |

## Sample Output

```json theme={null}
{}
```
