# Account

<details>

<summary>How do I update my account email or password?</summary>

For security reasons, email address changes must be handled by the CodeWords support team. Please contact [<mark style="color:blue;">support@codewords.ai</mark>](emailto:support@codewords.ai) using your current account email address for assistance.

</details>

<details>

<summary>Can I switch plans at any time?</summary>

Yes. You can upgrade, downgrade, or cancel your subscription whenever you like from your wallet settings.

</details>

<details>

<summary>What happens if my subscription expires?</summary>

Your paid features and monthly credit allocation will stop at the end of your billing period. Existing workflows remain in your account, but workflows requiring credits may stop running if your balance reaches zero.

</details>

<details>

<summary>How do I contact support?</summary>

You can contact the team through:

* Email: <support@codewords.ai>
* Discord community
* Support chat

Priority support is available on paid plans.

</details>


---

# 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.codewords.ai/help-center/billing/account.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.
