> For the complete documentation index, see [llms.txt](https://docs.wavecast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wavecast.io/events/publish-an-event/resources.md).

# Resources

Accessing the Resources Section

1. **Navigate to the "Overview" Section**
   * From the event dashboard, go to **Overview** > **Content**.

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

1. **Search for Content in your Hub**

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

***

### Adding Content

#### Option 1: Select Existing Content

1. Locate the content using the search functionality.
2. Click on the content's title to add them to your event.

#### Option 2: Quick Create a New Content

1. If the piece of content you’re looking for isn’t listed:
   * Click on the **Quick Create** option.
2. Fill in the basic details for the content. You can currently only add two types:
   * Article
   * Document
3. Save the entry to add the content to your event.

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

***

### Advanced Editing of Content

1. **Access the Advanced Edit Mode**
   * Open the edit content modal for the selected piece of content.
   * Click on the **Advanced Edit** button.
2. **Update Additional Details**
   * Configure how the content appears.
   * Add other details such as access settings.
3. **Save Changes**
   * Review the updates and click **Save** to finalize the content.

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

***

### Best Practices for Managing Content

* **Centralize Content Data:** Use the search functionality to leverage existing pieces of content and avoid duplication.
* **Test Links:** Verify social media and external links to ensure accuracy.

***

### How to display on frontend

* **Navigate to the "Pages" Section.** &#x20;
  * From the event dashboard, go to Pages > Pages

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

* For a single session:
  * Open the **Home Page**.
  * Toggle **Resources** and toggle **Enable**.

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

* For a multi-session or super-event:
  * Add a dedicated page for resources.

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

***

Following these steps ensures that your event has a polished and professional lineup of sponsors, ready to support your event's success.


---

# 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.wavecast.io/events/publish-an-event/resources.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.
