# Events

When creating a post, admins have the capability to attach an event, creating a connection between posts and scheduled activities.

### 📅 **Creating an Event:**

1. Craft a post promoting the event you wish to announce.
2. Before posting, click on the calendar icon.
3. Add a title, date, and hour to the event associated with your post.

***

**Example:** Let's say you're hosting a seminar on August 20 and want to inform a hub about it. Here's what you do:

1. Create a post promoting the seminar.

<figure><img src="/files/475VMuTspnn5dfnbYrKG" alt=""><figcaption></figcaption></figure>

2. Click on the calendar icon, and add the title, date, and hour for the event.

<div align="left"><figure><img src="/files/QDUCjxh9D7cwLJeJZgVK" alt=""><figcaption></figcaption></figure></div>

**Upcoming Events:** The event will now be prominently displayed on the "Upcoming Events" section of its hub.

<div align="left"><figure><img src="/files/H83LZ75SaJgcmIxO5QaL" alt=""><figcaption></figcaption></figure></div>

**User Experience:** When a user clicks on the event, they'll be directed to the corresponding post, providing them with information about the event.

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


---

# 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://help.intellectra.io/manual/community/events.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.
