> For the complete documentation index, see [llms.txt](https://nobraintools.gitbook.io/maya-groomers-tool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started.md).

# Getting Started

- [Licensing](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/licensing.md)
- [System Requirement](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/system-requirement.md)
- [Installation - Manual Install](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/installation-manual-install.md)
- [Installation - Drag & Drop Install](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/installation-drag-and-drop-install.md)
- [Installation - Studio](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/installation-studio.md): Please follow this guide if you are installing Groomer's Tool in a custom folder.
- [Studio Refresher](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/installation-studio/studio-refresher.md)
- [Getting an Update](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/getting-an-update.md)
- [Problem/Errors](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors.md)
- [Cannot reach the licensing servers](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/cannot-reach-the-licensing-servers.md)
- [Win Error 10013 / 10054 / 10060\]](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/win-error-10013-10054-10060.md): This document explains how to resolve Maya particularly the URLError:
- [URL Error (Linux)](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/url-error-linux.md)
- [HTTPS/SSL Error](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/https-ssl-error.md)
- [Import Error](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/import-error.md)
- [Permission Error](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/permission-error.md)
- [Module Not Found Error](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/module-not-found-error.md)
- [Unicode Error](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/unicode-error.md)
- [DLL load failed pyarmor\_runtime](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/problem-errors/dll-load-failed-pyarmor_runtime.md)
- [End User Agreement](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/end-user-agreement.md)
- [Refund Policy](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/end-user-agreement/refund-policy.md)
- [Installation - Single User - 15.02](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/installation-single-user-15.02.md): This is the installation guide for version V15.02.12 and older
- [Installation - Studio - 15.02](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/installation-studio-15.02.md): This is the installation guide for version V15.02.12 and older
- [Studio Refresher](https://nobraintools.gitbook.io/maya-groomers-tool/getting-started/installation-studio-15.02/studio-refresher.md)


---

# 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://nobraintools.gitbook.io/maya-groomers-tool/getting-started.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.
