# Welcome

Hi! Welcome to the CorrelAid docs. Here, we have collected information about how we work internally. All the content is continuously evolving and changing as we grow as an organization. We hope to document the status quo here but sometimes things might change.

This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

[![](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/)

Read more about the license [here](https://github.com/CorrelAid/docs/blob/master/LICENSE.md).

## Wiki

How does CorrelAid *internally* work? Who do I need to talk to if I need xyz?

{% content-ref url="wiki/hitchhikers-guide" %}
[hitchhikers-guide](https://docs.correlaid.org/wiki/hitchhikers-guide)
{% endcontent-ref %}

## CorrelAidX Manual

All about how local chapters work, how you can start your own, what you can do in a local chapter, different possible formats etc.

{% content-ref url="community/what-is-correlaidx" %}
[what-is-correlaidx](https://docs.correlaid.org/community/what-is-correlaidx)
{% endcontent-ref %}

## Project Manual

A manual for coordinators and leads of CorrelAid projects. But might be interesting to everyone else as well! This is still a work-in-progress.

{% content-ref url="projects/project-coordinators/data4good-projects" %}
[data4good-projects](https://docs.correlaid.org/projects/project-coordinators/data4good-projects)
{% endcontent-ref %}

If you cannot find the answer to your problem, do not hesitate to contact our [remote office team](mailto:info@correlaid.org) or ask your question in #help on Slack.


---

# 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.correlaid.org/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.
