# Account Management

## Managing your personal account

Manage the settings of [your personal account here](https://swa.llow.io/settings/personal).&#x20;

This is where you can control your own account-level permissions and access (including admin access), as well as editing your name, company or email address.

## Changing your company info & customising your account

Manage your [company details here](https://swa.llow.io/settings/company), including setting the name and address of your company.

This is where you go to permanently delete your company account from Swallow.

## Managing your company team

Your company-level team management page can be found [here](https://swa.llow.io/settings/team).&#x20;

This is where you can add or remove team member accounts, control their account-level permissions and access (including admin access), as well as editing their name, company or email address.&#x20;

## Finding your API keys

You can find your account's [API keys here](https://swa.llow.io/settings/keys).&#x20;

This is where you'll find the 'Client ID Key' and 'Client Secret Key' that you'll need to supply to anyone looking to read data from your models. You can regenerate these at any time.

## Working with webhooks

Set up your [webhooks here](https://swa.llow.io/settings/webhook).

All quotes to your projects will be pushed to this webhook URL. The endpoint needs to be POST.

## Auditing your account

Check your account-level [audit trail here](https://swa.llow.io/settings/audit), to see changes that have been made by each user in your team.&#x20;


---

# 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://swallow-1.gitbook.io/swallow/admin-and-settings/account-management.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.
