# GETTING STARTED

- [Login](https://docs.conversational-ai.syntphony.com/user-guide/getting-started/login.md)
- [Glossary](https://docs.conversational-ai.syntphony.com/user-guide/getting-started/glossary.md)
- [Create and manage profiles](https://docs.conversational-ai.syntphony.com/user-guide/getting-started/create-and-manage-profiles.md): This page describes the types of profiles in Syntphony CAI, how to create a new user and manage permissions.
- [Language Models](https://docs.conversational-ai.syntphony.com/user-guide/getting-started/language-models.md)
- [Syntphony NLP](https://docs.conversational-ai.syntphony.com/user-guide/getting-started/language-models/syntphony-nlp.md): Syntphony CAI NLP description and main features
- [Other NLP and LLM Connectors](https://docs.conversational-ai.syntphony.com/user-guide/getting-started/language-models/other-nlp-and-llm-connectors.md)
- [FAQs](https://docs.conversational-ai.syntphony.com/user-guide/getting-started/language-models/faqs.md): This FAQ document provides answers to the most common questions about the Syntphony NLP


---

# 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.conversational-ai.syntphony.com/user-guide/getting-started.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.
