# Activity Information

IMG

## 📄 <mark style="color:yellow;">Description</mark>

Stores information for updating a Discord user's Rich Presence activity

{% tabs %}
{% tab title="Members" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Details</strong></td><td>The main line of text for the activity (e.g., "Playing a game")</td></tr><tr><td><strong>State</strong></td><td>The second line of text for the activity (e.g., "In a match")</td></tr><tr><td><strong>Start Time</strong></td><td>The time when the activity started. If 0, Discord will use the current time</td></tr><tr><td><strong>End Time</strong></td><td>The time when the activity is expected to end</td></tr><tr><td><strong>Current Party Size</strong></td><td>The current number of players in a party</td></tr><tr><td><strong>Max Party Size</strong></td><td>The maximum number of players allowed in a party</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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://kibibyte.gitbook.io/discord-suite/all-nodes/structs/activity-information.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.
