# Change the global settings

You can create a new activity:

* Click the `Plus` icon to create a new activity, defaulting to "New Activity 1."
* Customize the activity name (up to 64 characters) and its description and instructions (no character limit).
* You can also choose the grouping behavior to better organize session content.
  * By `Type`: Sort ideas based on their type. Ideal for anonymous sessions.
  * By `Participant`: Sort ideas by the participant involved in the session.

{% hint style="info" %}
Activity Name Requirement:

* The activity name field must not be left blank.
* If it is omitted, the previous entry will
  {% 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.ideas-spark-booth.com/browse-activities/create-an-activity/change-the-global-settings.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.
