# Models

### Models

{% stepper %}
{% step %}

### Pick your model

Click "add a model" to start setting up&#x20;
{% endstep %}

{% step %}

### Model configurations

Select the model you want to work with (have guardrails, trusted badge, etc), and give it a name.

<figure><img src="/files/p76PyyXGdscnKOqV5Yv1" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set timeouts

In short - how long should the model try before giving up.&#x20;

{% hint style="info" %}
**Timeout** - milliseconds for model to timeout with no stream functionality. If field is left empty, default will be used. Default is 60 000ms.\
**Stream timeout** - milliseconds for model to timeout with stream functionality. If field is left empty, default will be used. Default is 300 000ms.
{% endhint %}
{% endstep %}

{% step %}

### Fallback models

Add backup models in order of preference. If your main model fails, it automatically switches to the next best option.
{% endstep %}

{% step %}

### Trusted models

These are organization-wide approved models that follow your company's policies.

As an admin, you have the power to showcase which models are the safest to use with sensitive information.&#x20;
{% endstep %}

{% step %}

### Save and add more models

Repeat the process with all needed models, and edit or delete them anytime from "models" tab.&#x20;
{% endstep %}
{% endstepper %}


---

# 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://docs.nexos.ai/workspace/settings/organization/models.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.
