# Guidelines

Set up behavioral guidelines for your model to customize how the chatbot responds, ensuring it aligns with your intended tone, style, and interaction preferences.

Guidelines are submitted to your model on each request and can contain [variables referenced](/xenioo-api/globa-platform-api/bots/variables.md) from the current conversation.

{% hint style="warning" %}
Keep in mind that implementing these guidelines can increase the token usage when interacting with the language model. While the increase may not be substantial, it's important to consider this impact on efficiency and performance.
{% endhint %}

Here are few examples of guidelines that you might want to use:

1. **Topic Focus:** To specify that the chatbot should only discuss particular topics, such as customer support, product details, or specific services. You can also restrict it from discussing unrelated subjects to keep conversations on track.
2. **Tone and Formality:** Define the desired tone for the chatbot, whether it should be formal, casual, friendly, or professional. You can guide the chatbot to adjust its language style depending on the audience or context.
3. **Sensitive Content Restrictions:** Set guidelines to prevent the chatbot from engaging in sensitive or inappropriate discussions, such as political opinions, controversial topics, or personal advice.
4. **Provide Additional Information:** To include supplementary knowledge that may not be part of the model's training, like company-specific policies, product features, or frequently asked questions (FAQs), so the chatbot can respond with more accurate and relevant information.
5. **Response Length:** Specify how detailed or concise the chatbot’s responses should be, whether you prefer short, to-the-point answers or more thorough, descriptive explanations.
6. **Personality and Empathy:** Direct the chatbot to exhibit certain behaviors, like showing empathy or being more solution-focused when addressing customer concerns, ensuring that the chatbot aligns with your brand’s values.
7. **Language Use:** If your chatbot should only use certain languages or dialects, or avoid jargon, this can be configured to ensure clear and accessible communication.


---

# 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.xenioo.com/ai/large-language-models/guidelines.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.
