> 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/administration/manage-assistants.md).

# Manage Assistants

Manage Assistants gives SuperAdmins and OrgAdmins a platform-wide view of all assistants with full CRUD operations.

### Edit Assistant Modal Fields

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Field</td><td valign="top">Description</td><td valign="top">Notes</td></tr><tr><td valign="top">Assistant Name</td><td valign="top">Display name shown in the assistant library.</td><td valign="top">Must be unique within the team.</td></tr><tr><td valign="top">Category</td><td valign="top">Groups the assistant in the library tabs (Analytics, Sales, CX, etc.).</td><td valign="top">Affects discoverability.</td></tr><tr><td valign="top">Description</td><td valign="top">Short summary shown on the assistant card.</td><td valign="top">Keep concise.</td></tr><tr><td valign="top">Instructions</td><td valign="top">Full system prompt governing behavior, role, tone, and rules.</td><td valign="top">Most impactful field. Changes take effect immediately.</td></tr><tr><td valign="top">Model</td><td valign="top">The LLM model used (e.g. gpt-4o, gpt-4-turbo).</td><td valign="top">Available models depend on org configuration.</td></tr><tr><td valign="top">Created By</td><td valign="top">Read-only: who originally created the assistant.</td><td valign="top">Cannot be changed.</td></tr><tr><td valign="top">Owners</td><td valign="top">Assign users as owners. Owners can edit and manage the assistant.</td><td valign="top">Search by name or email. Multiple owners allowed.</td></tr><tr><td valign="top">Shared With</td><td valign="top">Visibility: Private, Share with Team, or Share with Anyone.</td><td valign="top">Changing to Private immediately hides it from non-owners.</td></tr><tr><td valign="top">Featured</td><td valign="top">Toggle the star to feature/unfeature in the library's Featured tab.</td><td valign="top">Use sparingly — Featured section should remain curated.</td></tr><tr><td valign="top">Enable PII Redaction</td><td valign="top">Toggle PII redaction on this assistant's model calls.</td><td valign="top">On by default. Only disable with appropriate authorization.</td></tr></tbody></table>


---

# 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:

```
GET https://docs.ixhello.com/ixhello/administration/manage-assistants.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.
