# Kuwala Docs

## Kuwala Docs

- [What is Kuwala?](https://docs.kuwala.io/what-is-kuwala.md): Kuwala is a collaborative data workspace for BI analysts and engineers enabling you to build powerful analytics workflows.
- [Launching Kuwala](https://docs.kuwala.io/launching-kuwala.md): Follow these instructions to launch Kuwala and start building data pipelines.
- [Running in development mode](https://docs.kuwala.io/launching-kuwala/running-in-development-mode.md): Follow these instructions to run Kuwala in development mode.
- [Transformation catalog](https://docs.kuwala.io/transformation-catalog.md): Transformation blocks are organized and categorized in our transformation catalog.
- [Time](https://docs.kuwala.io/transformation-catalog/time.md)
- [Compare with date](https://docs.kuwala.io/transformation-catalog/time/compare-with-date.md)
- [Get date](https://docs.kuwala.io/transformation-catalog/time/get-date.md)
- [Text](https://docs.kuwala.io/transformation-catalog/text.md)
- [Contains keyword](https://docs.kuwala.io/transformation-catalog/text/contains-keyword.md)
- [Filter by keywords](https://docs.kuwala.io/transformation-catalog/text/filter-by-keywords.md)
- [Filter by regex](https://docs.kuwala.io/transformation-catalog/text/filter-by-regex.md)
- [Replace string](https://docs.kuwala.io/transformation-catalog/text/replace-string.md)
- [Numeric](https://docs.kuwala.io/transformation-catalog/numeric.md)
- [Add columns](https://docs.kuwala.io/transformation-catalog/numeric/add-columns.md)
- [Apply operation](https://docs.kuwala.io/transformation-catalog/numeric/apply-operation.md)
- [Compare with number](https://docs.kuwala.io/transformation-catalog/numeric/compare-with-number.md)
- [Divide columns](https://docs.kuwala.io/transformation-catalog/numeric/divide-columns.md)
- [Text to number](https://docs.kuwala.io/transformation-catalog/numeric/text-to-number.md)
- [Geo](https://docs.kuwala.io/transformation-catalog/geo.md)
- [Merging](https://docs.kuwala.io/transformation-catalog/merging.md)
- [Join by ID](https://docs.kuwala.io/transformation-catalog/merging/join-by-id.md)
- [Union](https://docs.kuwala.io/transformation-catalog/merging/union.md)
- [General](https://docs.kuwala.io/transformation-catalog/general.md)
- [Group by columns](https://docs.kuwala.io/transformation-catalog/general/group-by-columns.md)
- [Is false](https://docs.kuwala.io/transformation-catalog/general/is-false.md)
- [Is not null](https://docs.kuwala.io/transformation-catalog/general/is-not-null.md)
- [Is true](https://docs.kuwala.io/transformation-catalog/general/is-true.md)
- [Remove duplicates](https://docs.kuwala.io/transformation-catalog/general/remove-duplicates.md)
- [Remove null](https://docs.kuwala.io/transformation-catalog/general/remove-null.md)
- [Replace null](https://docs.kuwala.io/transformation-catalog/general/replace-null.md)
- [Adding Transformations](https://docs.kuwala.io/contributing/adding-transformations.md): Here, you can learn how to add your own custom transformations to the Kuwala transformation catalog.


---

# 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.kuwala.io/what-is-kuwala.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.
