# 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: 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/how-to-update-an-existing-assistant.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.
