# Kiara Documentation

## Kiara Documentation

- [What is kiara?](https://docs.dharpa.org/before-you-begin/readme.md)
- [What can kiara do?](https://docs.dharpa.org/before-you-begin/what-can-kiara-do.md): Kiara enables digital humanities researchers to:
- [What is data orchestration?](https://docs.dharpa.org/before-you-begin/what-is-data-orchestration.md)
- [Key concepts](https://docs.dharpa.org/before-you-begin/key-concepts.md): Understanding these core concepts will help you work effectively with kiara:
- [Mac](https://docs.dharpa.org/installation/mac.md): How to install kiara and its dependencies in a virtual environment for Mac users
- [Windows](https://docs.dharpa.org/installation/windows.md): How to install kiara and its dependencies in a virtual environment for Windows users
- [Basic data processing in Jupyter](https://docs.dharpa.org/using-kiara/basic-data-processing-in-jupyter.md)
- [Network analysis in Jupyter](https://docs.dharpa.org/using-kiara/network-analysis-in-jupyter.md)
- [Topic modeling in Jupyter](https://docs.dharpa.org/using-kiara/topic-modeling-in-jupyter.md)
- [in CLI](https://docs.dharpa.org/using-kiara/in-cli.md)
- [Creating modules](https://docs.dharpa.org/extending-kiara/the-basics.md): How to create your own kiara module -- the basics.
- [Creating pipelines](https://docs.dharpa.org/extending-kiara/assemble-pipelines.md): How to assemble multiple kiara modules into a pipeline.
- [Versioning](https://docs.dharpa.org/troubleshooting/versioning.md)
- [Reporting problems](https://docs.dharpa.org/troubleshooting/reporting-problems.md)
- [Tips for beginners](https://docs.dharpa.org/troubleshooting/tips-for-beginners.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dharpa.org/before-you-begin/readme.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.
