# Contents

#### Content Management within DYDU Platform

Content management on the DYDU platform relies heavily on its knowledge base, which is at the heart of the system. Key features for content management include:

**Content Editing**

* Intuitive interface for creating and modifying dialogues
* Capability to adjust pre-programmed responses

**Knowledge Modularity**

* Categorization of knowledge for better organization
* Tag management for easier searching

**Analysis and Improvement**

* User interaction tracking tools
* User feedback to refine bot's responses

**Integration and Compatibility**

* API to integrate the knowledge base with other systems
* Content export and import in a standardized format

Managing bot content is an important part of the bot project. Within the DYDU solution, content management is done, in particular, through its knowledge base and the functionalities that comprise it.

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


---

# 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-en.dydu.ai/contents.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.
