> 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/css/readme/approve-a-switch-to-channable-css.md).

# Approve a switch to Channable CSS

When Channable starts your CSS switch, Google notifies every Merchant Center admin.

You must approve the pending request in Google Merchant Center. Only admins can approve it. Google Ads does not show the request.

***

### <i class="fa-memo-circle-check">:memo-circle-check:</i> Before you start

**You'll need**

* Admin access to the Merchant Center account (required to approve CSS switch)

**Good to know**

* The CSS switch is an Account Transfer Request, not a Google Ads invitation. You won't find the switch request in Google Ads.

{% stepper %}
{% step %}

### Open the pending switch request

<details>

<summary><strong>Option 1: Use the notification email</strong></summary>

Open the switch request email from Google and click on the attached link to open the approval page directly in Merchant Center.

If you can't find the email, search your inbox and spam folder for **Merchant Center**.

{% hint style="info" %}
Google Merchant Center only notifies admins of CSS switch requests. If you didn't receive an email, check that you have admin access to the merchant center account.
{% endhint %}

</details>

<details>

<summary><strong>Option 2: Navigate in Google Merchant Center</strong></summary>

Sign in with a Merchant Center admin account, then use the path for your account type:

* **Single Merchant Center account:** **Settings > General > Account setup > Review request**
* **Multi-client Account (MCA):** **Settings > Account settings > Comparison Shopping Services**

</details>
{% endstep %}

{% step %}

### Approve the request

1. Find the pending request from Channable.
2. Approve the request:
   1. For a single account, select **Review request**, then approve it.&#x20;
   2. For an MCA, select **Approve**.
      {% endstep %}
      {% endstepper %}


---

# 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/css/readme/approve-a-switch-to-channable-css.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.
