> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/help-center/billing/privacy-and-policies.md).

# Privacy and Policies

<details>

<summary>Where are the privacy policy and terms of service?</summary>

You can view CodeWords’ Privacy Policy and Terms of Service here:

* Privacy Policy: [Privacy Policy](https://www.codewords.ai/security?utm_source=chatgpt.com)
* Terms of Service: [Terms](https://www.codewords.ai/terms)

</details>

<details>

<summary>Where is the data processing agreement?</summary>

You can view the data processing agreement [here](https://drive.google.com/file/d/1En8w4yStMyDWVoZWK9kbxOhHpIh4ff5A/view)

</details>

<details>

<summary>What personal information does CodeWords collect?</summary>

CodeWords may collect information such as your name, email address, company details, billing information, and any data you provide while using the platform or contacting support.

</details>

<details>

<summary>Does CodeWords collect sensitive personal information?</summary>

No. CodeWords does not intentionally collect sensitive personal information such as health, genetic, or religious data.

</details>

<details>

<summary>Does CodeWords use customer data to train AI models?</summary>

Some data processed through hosted or analytics services may be used to improve CodeWords systems and algorithms. However, data from third-party integrations such as Google Workspace APIs is not used to train generalized AI or machine learning models.

</details>

<details>

<summary>Does CodeWords sell my personal information?</summary>

We do not sell or rent your personal information. We may share data with trusted service providers, professional advisors, legal authorities when required, or during business transactions such as mergers or acquisitions.

</details>

<details>

<summary>Who does CodeWords share data with?</summary>

CodeWords may share information with trusted service providers such as hosting providers, analytics providers, payment processors, customer support platforms, and professional advisors when necessary to operate the service.

</details>

<details>

<summary>Does CodeWords use cookies?</summary>

Yes. CodeWords uses cookies and similar technologies to improve website functionality, analyze usage, and enhance user experience.

</details>

<details>

<summary>Can I disable cookies?</summary>

Yes. You can disable cookies through your browser settings, although some parts of the platform may not function properly.

</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.codewords.ai/help-center/billing/privacy-and-policies.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.
