# Cleverous

{% hint style="info" %}
Check the navigation menu on the left panel to find what you need.
{% endhint %}

Cleverous builds helpful tools for your game development pipelines. The goal of our product ecosystem is to provide a better, more enjoyable and cohesive workflow within Unity for you and your team. We strive to avoid overcomplicating things, do not obfuscate our code, document and comment our code for the benefit of others, and try to provide concepts to help understand why things were done in the event that the code needs to be modified by you or your team.

We're happy to provide live support when possible and will promptly address any bugs in our products. We know that functional tools, frameworks and art content will help you make fun games that many can enjoy and we're happy to be helping you reach your goals!

Pleasant adventures,\
\- Lane

## Support

Check the navigation panel on the left for support links. You must verify your invoice to recieve support.

* [Discord](https://discord.gg/WSZSgBN) is the fastest method, and requires invoice verification via our server bot.
* [Email](mailto:support@cleverous.com) is fine, but less responsive and requires manual invoice verification.
* If you're in the Unity Slack we can be found in some `ext` channels. DM Lane Fox.
* You can also DM [Lane Fox on Discussions](https://discussions.unity.com/u/lanefox/summary), but will require manual invoice verification.


---

# 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://lanefox.gitbook.io/cleverous/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.
