> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhello/assistant-builder/how-to-update-an-existing-assistant.md).

# How to Update an Existing Assistant

By navigating to the **Assistant Library,** you can select any of your previously created assistants from the category listed or just by typing the name of the bot created in the search tab.

<figure><img src="/files/nmAy3sUXJH50Xjx9etqQ" alt=""><figcaption></figcaption></figure>

Similar to the previous section on creating an assistant, you can perform the following actions here:

#### **1.  Select the Assistant**

Choose the assistant you wish to update from the Assistant List. This list includes all the assistants you have created.

#### **2.  View Assistant Details**

Once you select an assistant, you can access its details and make updates, including:

* **Updating its Name**: Modify the assistant’s name as needed.
* **Enhancing the Description**: Revise or expand the description to better reflect the assistant’s purpose.
* **Modifying Instructions**: Adjust guidelines or instructions to improve user interactions.

#### **3.  Change the Category**

If the assistant’s purpose has changed, you can update its category. For example:

* Change from **"Sales"** to **"Support"** or vice versa.

#### **4.  Update Access Permissions**

Adjust the assistant’s access settings based on your organizational needs:

* Change from **private** to **team-specific access** or revert to private as required.

#### **5.  Save Changes**

After making all necessary updates, click **"Save"**. A confirmation message will appear, indicating that the assistant has been successfully updated with the new settings and information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ixhello.com/ixhello/assistant-builder/how-to-update-an-existing-assistant.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
