# Contributing

We are committed to open-source development and welcome contributions from the community! You can contribute to different parts of the project as outlined below:

* **Web App and Twitter Interactions Back-End**:\
  The source code for the web app and Twitter interactions back-end is hosted on GitHub. If you'd like to contribute to these components, visit our repository here:\
  <https://github.com/blakehatch/CertaiK>
* **Cognitive Core (Prompt Engineering and Retrieval-Augmented Generation)**:\
  Contributions to the cognitive core are essential for enhancing the AI's prompt engineering and RAG capabilities. To contribute, visit the Virtuals platform here:\
  <https://app.virtuals.io/virtuals/9776/contribution>

Feel free to fork the repositories, submit pull requests, or contribute suggestions and improvements. Together, we can build a more robust and innovative auditing tool!


---

# 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://certaik.gitbook.io/certaik-docs/overview/markdown.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.
