# Custom Instructions

### Introduction

The "Custom Instructions" feature is a core functionality within Lingo Blocks, designed to offer users the ability to tailor the behavior of their AI chatbot or assistant. This document provides a detailed overview of the feature, its applications, and guidance on its utilization.

### Definition

**Custom Instructions** refer to specific guidelines or directives set by a user to influence the chatbot or assistant's response patterns. By establishing these instructions, the AI model can provide answers that adhere more closely to a user's requirements or desired communication style.&#x20;

### Key Features

**Persistent Memory:** Once implemented, custom instructions are retained and considered for all subsequent interactions, ensuring consistent user-chatbot experience without repetitively inputting preferences.

**Adaptable Use Cases:** Custom instructions can be applied across various domains. Whether your application targets e-commerce, education, or any other sector, the ability to guide your chatbot's responses can be invaluable.

**User-specific Tailoring:** Different users or audiences may have distinct requirements. Custom instructions allow for a refined user experience by addressing those specific needs.

### Usage Instructions

#### Setting Custom Instructions:

1. Navigate to the Custom Instructions section within the Lingo Blocks dashboard.
2. Input your specific instructions or guidelines in the provided field.
3. Save changes to ensure your chatbot or assistant incorporates these directives in future interactions.

#### Modifying or Deleting Instructions:

1. Revisit the Custom Instructions section.
2. Edit or remove the existing instructions as needed.
3. Save changes to update the chatbot's behavior.


---

# 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.lingoblocks.com/docs/assistant/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.
