> For the complete documentation index, see [llms.txt](https://docs.rumwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumwork.io/settings/my-account/general.md).

# General

Using the **General Information** option of the [My Account](/settings/my-account.md) settings, you can manage the following details,&#x20;

* Business Name
* Billing Address
* Default Country Code
* Default Timezone
* API Key

![General Information](/files/YTeSq3LUplBPgckN5HkH)

To add the information or make changes to it, click the Edit icon.&#x20;

![Edit General Information](/files/aFNxnP0yEdgwK4jSAP82)

Then, you get the fields to add the information or make changes. Simply input the Business Name first, then the Billing Address. Choose Default Country Code and Time Zone. Once you're done editing or adding the info, click **Update** to save changes.

![](/files/rS2CNTc1rhWeU0d62lPU)

If you're required to access the API Key of your RUM Work business account, you can obtain that by clicking the Copy button.

![](/files/FA0Ra3FMISxLSun2kcmZ)

And if, in any scenario, you need to change the API, then you can do that by clicking the **Regenerate Key** button.&#x20;

### Reset Data

If you're required to delete all of your data from RUM Work, for example, contacts, chat, campaigns and more, then you can do that by clicking the Clean icon.&#x20;

![](/files/IBxv8rBSrEbmO4Gn0CUo)

It will open the Clear All Data confirmation popup.&#x20;

![](/files/BLA9QOffwYYJFFk9j5y6)

To finalise cleaning, click **Confirm**. And all of your data will be removed safely.


---

# 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.rumwork.io/settings/my-account/general.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.
