# Mocklets

## Mocklets

- [Getting Started](https://docs.mocklets.com/master.md): Brief introduction about Mocklets and onboarding process
- [Working with Collections](https://docs.mocklets.com/working-with-collections.md): This page will familiarize you with the usage of Mocklets Collections.
- [Create Collection](https://docs.mocklets.com/working-with-collections/create-collection.md)
- [Invite Members](https://docs.mocklets.com/working-with-collections/invite-members.md)
- [Managing Mock Apis](https://docs.mocklets.com/managing-mock-apis.md): This page provides a step-by-step guide to add and manage mock apis using Mocklets dashboard.
- [Dynamic Responses](https://docs.mocklets.com/managing-mock-apis/dynamic-responses.md)
- [URL Regex Matching](https://docs.mocklets.com/managing-mock-apis/url-matching-rules.md)
- [Use API as Proxy](https://docs.mocklets.com/managing-mock-apis/use-api-as-proxy.md)
- [Randomised Responses](https://docs.mocklets.com/managing-mock-apis/randomized-responses.md)
- [Response Delay](https://docs.mocklets.com/managing-mock-apis/response-delay.md)
- [Using Query Params](https://docs.mocklets.com/managing-mock-apis/using-query-params.md)
- [API Comments](https://docs.mocklets.com/managing-mock-apis/api-comments.md)
- [Manage your files](https://docs.mocklets.com/manage-files.md)
- [Open API Specifications 3.x](https://docs.mocklets.com/open-api-3.0.md): This page provided insight about how you can use Open API Specifications to create mock api.
- [Integration with external editors](https://docs.mocklets.com/integration-with-external-editors.md)
- [Response Headers](https://docs.mocklets.com/response-headers.md): This page will help you make sense and use of the response headers attached by Mocklets platform.
- [Monitor Request Logs](https://docs.mocklets.com/monitor-request-logs.md): This page is about api monitoring and analysis.
- [Secure your mock APIs](https://docs.mocklets.com/secure-your-apis.md): Secure your APIs against unauthorized use.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mocklets.com/master.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.
