> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/products/cancan/products-services/listing-products-services.md).

# Listing Products/Services

Here is a step by step guide to listing products/services on your channel:

* Make sure you are on your channel's main page and connected with the channel's admin wallet. If you do, you should be seeing the page displayed below

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

* Click on the **List Product** button to reveal the form below

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

* Read each parameter's description and provide the appropriate value. Validate the form and after a few seconds, you should be seeing your product displayed with the rest of your previous products like in the image below. Reload the page in case your product does not show. In the image below, we can see 4 products listed; a product called Netflix, Valhalla, uber and How to start dropshipping: A 9 step guide (2023)

<figure><img src="/files/94hGR51LAhdWADyHqPgk" alt=""><figcaption></figcaption></figure>

Congratulations! You have successfully listed your product and if you've made it tradable, users will be able to buy it straight from your channel.


---

# 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://docs.payswap.org/products/cancan/products-services/listing-products-services.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.
