> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hoppscotch.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizing requests

> Save and organize API requests into collections in Hoppscotch for easy reuse, team collaboration, and structured project management.

It is always a best practice to organize your requests when you test multiple API endpoints. You can organize your requests categorically for future reference or collaboration with your team using collections.

You can create a new collection on Hoppscotch by clicking the collections icon on the sidebar and clicking the "**+ New**" button.

Let's try making a collection for our [Pokemon API](https://github.com/PokeAPI/pokeapi) called `Pokemon API`.

## Adding requests to a collection

Now, let's save our current query as `GET three Pokemon` and save it in our `Pokemon API` Collection.

1. Click on the "**Save**" button.
2. Give your request a name.
3. Add it to your collection.

<Tip>You can add multiple requests to a collection and even create subfolders inside a collection to further organize your requests.</Tip>
