# Introduction

[Code for Democracy](https://codefordemocracy.org/) builds tools that make it easy to investigate relationships between campaign contributions, political narratives, and legislative outcomes in the US.&#x20;

This site contains detailed technical and methodological documentation that will help you get started with using and contributing to our platform. Begin by clicking on a topic in the sidebar or any of the sections below:

{% content-ref url="/pages/-MUqlyFV6OzPSi4SwS00" %}
[Tools](/tools/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MTIWGbfMB1gPVcdWVKc" %}
[Data](/data/methodology.md)
{% endcontent-ref %}

{% hint style="info" %}
If you're stuck, you can always send us an email at <info@codefordemocracy.org>!
{% endhint %}


---

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