> For the complete documentation index, see [llms.txt](https://docs.sketchub.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sketchub.in/master.md).

# Introduction

### How can I get Web API Key?

In upcoming updates, you will able to manage your API keys within the app, but for now you can generate one from [this link](https://sketchub.in/temp/register_api.php) (If you don't have any Sketchub account, you shall need to create one from the app).

### Is it Sketchub API free?

Yes It is free, but it is currently limited to 200 queries per hour, and you may like to donate or appeal us to increase the limit.

### Feedback

:envelope: Mail: <contact@sketchub.in>\
&#x20;<img src="/files/-McnMcbuIcZz_VBzCPNS" alt="" data-size="line"> Discord: <https://discord.gg/wEathsbhXc>\
&#x20;<img src="/files/-McnNiYSqaTzECytv0_J" alt="" data-size="line"> Telegram: <https://t.me/Sketchubt>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.sketchub.in/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
