# CORE CONCEPTS

- [OpenDialog Approach](https://docs.opendialog.ai/core-concepts/the-opendialog-model.md)
- [Designing Conversational AI Agents](https://docs.opendialog.ai/core-concepts/the-opendialog-model/designing-conversational-ai-agents.md)
- [OpenDialog Platform](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace.md)
- [Scenarios](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/scenarios.md)
- [Conversations](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/scenarios/conversations.md)
- [Scenes](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/scenarios/scenes.md)
- [Turns and intents](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/scenarios/turns-and-intents.md)
- [Language Services](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/language-services.md)
- [OpenDialog Account Management](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/opendialog-account-management.md)
- [Managing Users](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/opendialog-account-management/create-and-manage-users.md)
- [Deleting OpenDialog account](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/opendialog-account-management/delete-opendialog-account.md)
- [Account Security](https://docs.opendialog.ai/core-concepts/the-opendialog-workspace/opendialog-account-management/account-security.md)
- [OpenDialog Conversation Engine](https://docs.opendialog.ai/core-concepts/how-the-conversation-engine-thinks.md)
- [Contexts and attributes](https://docs.opendialog.ai/core-concepts/contexts-and-attributes.md)
- [Contexts](https://docs.opendialog.ai/core-concepts/contexts-and-attributes/contexts.md)
- [Attributes](https://docs.opendialog.ai/core-concepts/contexts-and-attributes/about-attributes.md)
- [Attribute Filters](https://docs.opendialog.ai/core-concepts/contexts-and-attributes/attribute-filters.md)
- [Attribute Management](https://docs.opendialog.ai/core-concepts/contexts-and-attributes/attribute-management.md): Use OpenDialog Attribute Management to create new attributes throughout your conversation, and easily access existing attributes.
- [Conditions and operators](https://docs.opendialog.ai/core-concepts/contexts-and-attributes/conditions-and-operators.md)
- [Composite Attributes](https://docs.opendialog.ai/core-concepts/contexts-and-attributes/attributes.md)
- [Secret Context](https://docs.opendialog.ai/core-concepts/contexts-and-attributes/secret-context.md): Store and manage sensitive information like API keys, passwords, and certificates securely within OpenDialog.


---

# 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.opendialog.ai/core-concepts.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.
