# Channel Web Page

A channel hosted page is a web page that you can embed on your website or redirect your customers to in order to provide customers with the payment details for a certain channel.

For example:

<https://business.sandbox.coindirect.com/channel?uuid=cf6a96fc-3539-42f6-8566-e2725e7259ca>

![](/files/-Mj9s3UASKDqKZ1CDvzV)

The base URLs to access hosted web pages are the following:

| Environement | Base URL                                                       |
| ------------ | -------------------------------------------------------------- |
| Sandbox      | <https://business.sandbox.coindirect.com/channel?uuid=>`:uuid` |
| Production   | <https://business.coindirect.com/channel?uuid=>`:uuid`         |

Where `uuid` is the UUID of a particular Channel.


---

# 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://developers.coindirect.com/guides/channels-how-to/channel-web-page.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.
