# Working with Collections

Mocklets arranges your mock APIs into different collections. A Collection is a group of mock APIs, which consists of a unique base URL and other settings and can be shared with other users as well.

![Mocklets Collection](/files/-Ldogcka88uvXfdQq29h)

You can add mock APIs or directly import Open API Specification (formerly known as Swagger Specifications) in a collection.

Collection also lets you to setup a proxy environment, where you can set the proxy base url to which all your calls will be forwarded. *Read **Use API as Proxy** for more detail&#x73;**.***

Now lets see how we can create a Collections and invite our team to use it.

{% content-ref url="/pages/-Ldtj7ZI7Kcg2V8Qjb6l" %}
[Create Collection](/working-with-collections/create-collection.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LdtjFwcOHivQpypS8Sz" %}
[Invite Members](/working-with-collections/invite-members.md)
{% endcontent-ref %}

These topics contains detailed insight about how to work with Mocklets Collections.


---

# 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.mocklets.com/working-with-collections.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.
