# Frequently Asked Questions

- [FAQ Overview](https://docs.natsec.io/frequently-asked-questions/faq-overview.md): How we approach documenting Frequently Asked Questions.
- [Data FAQ](https://docs.natsec.io/frequently-asked-questions/data-faq.md): Some of our most frequently asked questions about project data.
- [Graph FAQ](https://docs.natsec.io/frequently-asked-questions/graph-faq.md)
- [Map FAQ](https://docs.natsec.io/frequently-asked-questions/map-faq.md)
- [Timeline FAQ](https://docs.natsec.io/frequently-asked-questions/timeline-faq.md)
- [Documentation FAQ](https://docs.natsec.io/frequently-asked-questions/documentation-faq.md)
- [How can I support or contribute to this project?](https://docs.natsec.io/frequently-asked-questions/how-can-i-support-or-contribute-to-this-project.md)
- [How is this project sustained?](https://docs.natsec.io/frequently-asked-questions/how-is-this-project-sustained.md)
- [What criteria do you use to collect project data?](https://docs.natsec.io/frequently-asked-questions/what-criteria-do-you-use-to-collect-project-data.md)
- [How do I report an error or missing data?](https://docs.natsec.io/frequently-asked-questions/how-do-i-report-an-error-or-missing-data.md)
- [How do I access raw project data?](https://docs.natsec.io/frequently-asked-questions/how-do-i-access-raw-project-data.md)
- [What is the difference between the graph and the map?](https://docs.natsec.io/frequently-asked-questions/what-is-the-difference-between-the-graph-and-the-map.md)
- [How can I update project documentation?](https://docs.natsec.io/frequently-asked-questions/how-can-i-update-project-documentation.md)


---

# 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.natsec.io/frequently-asked-questions.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.
