# Troubleshooting

| Issue                                                     | Troubleshooting                                                                                                                                                           |
| --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Some models I'd like to use are missing.                  | <p>Contact your workspace admin. <br>Depending on organization, your admin customizes the list of models the company uses. </p>                                           |
| Models are giving outdated information.                   | Some models have knowledge cut off at a specific date (not controlled by nexos.ai). We recommend enriching the input command with "web search" or choosing a newer model. |
| I get "Model unavailable. Please try again later." error. | In most cases - downtime from service providers, in this case we recommend switching models and coming back later.                                                        |
| File does not upload. I get an error.                     | Although we support nearly all file types, some files, like TIFF, may not be supported.                                                                                   |


---

# 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/troubleshooting.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.
