# What can kiara do?

* **Create and customize data workflows**: Use pre-built modules for common DH tasks in network analysis and topic modeling, or adapt existing Python code into new modular components that can be rearranged and chained together according to your specific research needs.
* **Document the research process with comprehensive metadata**: Automatically track and record all transformations your data undergoes, creating a complete data lineage with both automatic and manual metadata. This documentation enables critical reflection on your methodological choices and supports writing a self-reflexive meta-history of your relationship with your sources.
* **Make informed methodological decisions**: Each module provides clear descriptions of the required inputs and expected outputs, helping you understand what's happening at each step and make conscious choices about how to proceed.
* **Interactive exploration with accountability**: Unlike most batch processing tools, kiara offers an interactive approach that allows you to engage with your data at crucial decision points while still maintaining a record of your actions and choices.
* **Share and collaborate**: Create modular components that can be shared with other researchers, enabling collaborative development of digital humanities methodologies.

Kiara particularly excels at the preparation, transformation, and initial analysis stages of research, providing fine-grained control over processes that are often hidden inside "black box" tools. By encouraging transparency and traceability, it helps researchers maintain and share their critical thinking as they leverage computational methods.

<figure><img src="/files/wToZBim0YI6IJhN9HNK2" 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.dharpa.org/before-you-begin/what-can-kiara-do.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.
