> For the complete documentation index, see [llms.txt](https://docs.graphlit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphlit.dev/api-guides/use-cases/conversations.md).

# Conversations & RAG

Build AI agents with streaming responses, multi-turn context, and entity-filtered retrieval.

***

## Getting Started

* [Create and Prompt Conversation](/api-guides/use-cases/conversations/conversation-create-and-prompt.md) - Basic Q\&A
* [Stream Agent Real-Time UI](/api-guides/use-cases/conversations/conversation-stream-agent-real-time-ui.md) - UI event handling for streaming
* [Prompt with Citations](/api-guides/use-cases/conversations/conversation-prompt-with-citations.md) - Get source references (synchronous)
* [Multi-Turn with Context](/api-guides/use-cases/conversations/conversation-multi-turn-with-context.md) - Conversation memory

***

## Streaming & Tools

* [Stream Agent API Reference](/api-guides/use-cases/conversations/conversation-stream-agent.md) - Complete streaming API
* [Prompt Agent](/api-guides/use-cases/conversations/conversation-prompt-agent.md) - Synchronous with tool calling

***

## Advanced Patterns

* [RAG with Entity Filtering](/api-guides/use-cases/conversations/rag-with-entity-filtering.md) - Entity-scoped Q\&A
* [Message History](/api-guides/use-cases/conversations/conversation-message-history.md) - Access conversation log

***

## Management

* [Query Conversations](/api-guides/use-cases/conversations/conversation-query.md) - List and filter
* [Update Conversation](/api-guides/use-cases/conversations/conversation-update.md) - Modify settings
* [Delete Conversation](/api-guides/use-cases/conversations/conversation-delete.md) - Cleanup

***

## Related Tutorials

* [AI Agents Quickstart](/tutorials/ai-agents.md) - Complete tutorial
* [Context Engineering](/tutorials/context-engineering.md) - Advanced retrieval

***

**10 guides** | [← Back to Use Cases](/api-guides/use-cases.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.graphlit.dev/api-guides/use-cases/conversations.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.
