> For the complete documentation index, see [llms.txt](https://docs.countercyclical.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/extras/security.md).

# Security

### FAQs

<details>

<summary>Do you have a trust center?</summary>

Yes!&#x20;

Visit [security.countercyclical.io](https://security.countercyclical.io/) to see everything relating to our security posture for our internal systems, subprocessors, enterprise functionality, and more.

</details>

<details>

<summary>What service(s) do you use for your cloud infrastructure?</summary>

We use [Heroku](https://heroku.com/) as our cloud infrastructure provider, and we use the Common Runtime located in the United States.

For more information, you visit the following resources:

* <https://devcenter.heroku.com/articles/dyno-runtime#common-runtime>
* <https://devcenter.heroku.com/articles/regions>

</details>

<details>

<summary>How are vulnerabilities reported?</summary>

You can report any suspected security issues, along with getting information about what is in scope for our reports and other guidelines, by emailing us at <security@countercyclical.io>

</details>

<details>

<summary>Do you approach encryption and data security with regards to collaboration?</summary>

Collaborative features are designed with secure encryption practices. When multiple users access and edit the same data, the platform ensures that encryption is maintained throughout the collaboration process, safeguarding the integrity and confidentiality of the shared information.

</details>

<details>

<summary>Do you conduct regular security audits and assessments?</summary>

Yes, we regularly perform security audits and assessments to identify and address potential vulnerabilities. Our team is dedicated to maintaining the highest security standards.

</details>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.countercyclical.io/~/changes/ZwrMx5xpgOpgFGNOVADb/extras/security.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
