# Custom Instructions

The Power Omni allows you to personalize the interaction by adding instructions that refine the quality and style of the Agent's response to your profile.

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

### What are Custom Instructions?

Custom Instructions are additional commands you provide to the Agent to guide its responses (e.g., formal tone, specific format, focus on a topic, etc.).

> <mark style="color:$warning;">**Important:**</mark> <mark style="color:$warning;"></mark><mark style="color:$warning;">Custom Instructions serve as additional information that complements the settings (instructions) defined by the administrator. They are linked only to your user profile when interacting with that specific Agent.</mark>

### How to Add / Edit Instructions

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

1. **Access:** On the conversation screen, locate the Custom Instructions field in the lower right corner of the message input box.
2. **Editing:** In the configuration window that opens, use the text field to write the instructions that will provide additional context to the Agent.
3. **Application:** Click "Save" to apply the new instructions.

The instructions you set are saved and persistent. They will remain active for you in all future conversations with that Agent, even if you log out and return to the session.

{% hint style="info" %}
**Important:** Power Omni is a powerful tool, but like any AI, it can make mistakes. Always verify important information and trust your indexed corporate data.
{% endhint %}


---

# 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.poweromni.ai/en/user-portal/custom-instructions.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.
