# Save threads into a collection

## Moving a thread into a collection

Collections are a great way to organise your conversations by topic, ensuring you never lose track of them.

1. Click on any conversation thread
2. Click the kebab menu (⋮)
3. Select Move to, then either choose an existing collection or create a new one
   1. When creating a new collection, give it an intuitive name

## Accessing a collection

The list of collections can be retrieved above the list of conversation threads.

\ <br>


---

# 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.gani.ai/how-tos/save-threads-into-a-collection.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.
