> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/account-billing/manage-your-account-and-settings/manage-your-company-settings.md).

# Manage your company settings

In Channable, managing your company settings allows you to update important information about your organization, billing, and compliance.

You can make changes to your company settings in **\[Your company] > Company settings**

<figure><img src="/files/R9wffcTQiSTt9yfW0WYv" alt=""><figcaption></figcaption></figure>

The company settings page consists of these tabs: Address, Billing, Payment Methods, Legal & Compliance, and Agency Details.

{% hint style="warning" %}
**Important:** Make sure to click **Save** if you make changes in these tabs.
{% endhint %}

#### Address

The **Address** tab allows you to update your company's contact details:

* **Account Name:** Enter the name of your company.
* **Attention Of:** Specify the person to whom attention should be directed.
* **Telephone:** Provide a contact phone number.
* **Address:** Fill in your company's address, including Address Line 2 (optional), City, and Postcode.
* **Country:** Select your country from the dropdown menu.

#### Billing

The **Billing** tab is where you manage your [billing information](/account-billing/manage-your-subscription/billing-and-payment.md).

* **Channable plan:** View and change your Channable plan.
* **Payment method:** Add or manage your payment methods.
* **Company name:** Enter your company's legal name.
* **Invoice to email:** Provide the email address where invoices should be sent.
* **VAT number (Optional):** Enter your VAT number.
* **Purchase order number (Optional):** Add a purchase order number.
* **Invoice CC email (Optional):** Provide an additional email address for invoice copies.

#### Payment methods

The **Payment Methods** tab is where you can add and manage your payment details. To add a payment method:

* Click on **Add payment method** and follow the prompts to enter your payment information.

{% hint style="info" %}
**Note:** For more information, refer to our [billing and payment](/account-billing/manage-your-subscription/billing-and-payment.md) article.
{% endhint %}

#### Agency Details

The **Agency details** tab is for managing [agency partnerships](/get-started/getting-started-agencies/get-started-as-an-agency.md):

* **Managing agency (Partner Code):** Enter the partner code for your managing agency, if applicable.

#### Notification settings

The **Notifications settings** tab is where you can manage the notifications that you receive regarding errors and orders.

#### Legal & Compliance

The **Legal & Compliance** tab contains copies of your company's legal documents, such as Terms & Conditions, Data Processing Amendments, and Privacy Policy. You can view the version and status of each document.


---

# 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://helpcenter.channable.com/account-billing/manage-your-account-and-settings/manage-your-company-settings.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.
