# Enable AI models for Agent Mode

The groundcover Agent uses both **Anthropic Claude Sonnet 4.6** and **Anthropic Claude Haiku 4.5** models. To use it in a GCP BYOC deployment, enable both models in your BYOC project by repeating the steps below for each one.

1. In the GCP Console, open your BYOC project. Search for `Model Garden`, then open it.

   <figure><img src="/files/DSmCz1KzlaIkJux18H2d" alt=""><figcaption></figcaption></figure>
2. Search for `Claude Sonnet 4.6`, then open the model page.

   <figure><img src="/files/kYhEWVvfLvLW07OLtLGd" alt=""><figcaption></figcaption></figure>
3. Click **Enable**.

   <figure><img src="/files/P4l87IWzaDh3hJkDJ4Ds" alt=""><figcaption></figcaption></figure>
4. Fill in the required details, then click **Next**.

   <figure><img src="/files/PvOVNKYc24RlzEPMZUEe" alt=""><figcaption></figcaption></figure>
5. For **Location**, select `global`.

   <figure><img src="/files/wfUy6WzE4tx4edZlUUxw" alt=""><figcaption></figcaption></figure>
6. Expand the **Terms and agreements** section, review it, then click **Agree**.

   <figure><img src="/files/4MW1cN84Xrf1Ji2Dolkq" alt=""><figcaption></figcaption></figure>
7. Repeat the same steps for `Claude Haiku 4.5`.

After both models show as enabled, groundcover Agent is ready to use in your BYOC environment.


---

# 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.groundcover.com/architecture/byoc/setup-byoc-with-gcp/enable-ai-models-for-agent-mode.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.
