# Post Token Updates

As an admin, you can post updates for a specific token to keep investors informed about important developments. Follow these steps to create and publish updates for a token:

#### Steps to Post an Update

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

1. **Access the Asset Details Summary Page:**
   * Navigate to the **Summary Page** of the tokenized asset for which you want to post an update.
2. **Select the Token:**
   * From the asset details section, locate and select the specific token for which the update will be posted.
3. **Add Update Details:**
   * Click on the **"Post Update"** button to open the update creation form.
   * **Title:** Enter a concise and descriptive title for the update.
   * **Description:** Provide a detailed description of the update. Use this section to inform investors about new developments, announcements, or important changes related to the token.
4. **Attach Relevant Files (Optional):**
   * If applicable, attach supporting documents or files that provide additional context or information. Examples include reports, presentations, or progress updates.
   * Supported file formats: PDF, DOCX, JPEG, PNG.
5. **Review and Publish:**
   * Double-check the title, description, and attached files to ensure accuracy and completeness.
   * Once ready, click **"Publish"** to post the update.

{% hint style="success" %}
All published updates will be visible in the "Token Activity" section of the token's sale details page. Investors can access this section to stay informed.
{% endhint %}


---

# 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/post-token-updates.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.
