# View/ Create a token sale

To oversee all active and completed token sales:

* Go to your listing page
* Select the relevant asset/token.

1. **Go to the Token Sales Section:**
   * Click on 'Token Sales' from the main menu.
2. **Sales Overview:**
   * View details of each token sale, including start and end dates, soft and hard caps, and the number of tokens sold.

To create a new token sale, click 'Create Token Sale' on this page and follow the steps outlined in [Create token sale](/how-to/public-chain/create-a-token/create-token-sale.md)


---

# 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.spydra.app/how-to/public-chain/manage-token-lifecycle/view-create-a-token-sale.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.
