# End the session

When you think the session must end (time is up or participants have finished typing), click the `End session` button, then confirm the end.

Once ended, the ideas are sorted according to the `Group by` selection:

* On `FigJam`, the ideas are encapsulated in `Sections` named like the type they refer to or the participant's name. These sections are nested in a section named after this model `Activity name・Session Start Date`.
* On `Slides`, the ideas are encapsulated in `Slides` named like the type they refer to or the participant's name. A session overview is generated before the ideas with:
  * The facilitator's name.
  * &#x20;The list of the participants.
  * The session duration.
  * The ideas distribution.


---

# 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/run-sessions/facilitate-a-session/end-the-session.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.
