# Assistant Builder

- [How to create an assistant](https://docs.ixhello.com/ixhello/assistant-builder/how-to-create-an-assistant.md): First steps on creating your own assitant for you or your organization.
- [How to Update an Existing Assistant](https://docs.ixhello.com/ixhello/assistant-builder/how-to-update-an-existing-assistant.md): Updating your assistant its as easy as creating it
- [How to Upload Files for Private Assistants](https://docs.ixhello.com/ixhello/assistant-builder/how-to-upload-files-for-private-assistants.md): Aumente las capacidades y el alcance de sus propios asistentes
- [Share Assistants](https://docs.ixhello.com/ixhello/assistant-builder/share-assistants.md): Allow your team to use your assistants
- [Effective Assistant Instructions](https://docs.ixhello.com/ixhello/assistant-builder/effective-assistant-instructions.md)
- [Example of Instructions](https://docs.ixhello.com/ixhello/assistant-builder/effective-assistant-instructions/example-of-instructions.md): Examples of Simple and Concise Prompts for Different Use Cases


---

# 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.ixhello.com/ixhello/assistant-builder.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.
