# Useful resources

<table><thead><tr><th width="345.111083984375" valign="top">Resource</th><th valign="top">Description</th><th data-hidden></th></tr></thead><tbody><tr><td valign="top"><a href="https://academy.make.com/courses/getting-started-with-custom-apps">Custom apps development training</a></td><td valign="top">Our online course where you can learn all aspects of custom apps development in Make.</td><td></td></tr><tr><td valign="top"><a href="https://community.make.com/c/custom-apps">Make community - custom apps</a></td><td valign="top">Our community dedicated to Makers who develop custom apps.</td><td></td></tr><tr><td valign="top"><a href="https://www.youtube.com/c/Integromat">Make YouTube channel</a></td><td valign="top">150+ useful videos all about Make.</td><td></td></tr><tr><td valign="top"><a href="https://help.make.com/">Make Help Center</a></td><td valign="top">Our documentation to help you learn more about the Make platform and the Scenario Builder.</td><td></td></tr><tr><td valign="top"><a href="https://stackoverflow.com/questions/tagged/make.com">Stack Overflow</a></td><td valign="top">100+ questions regarding custom apps development in Make. You can check if someone already asked the same question and got a response. If not, feel free to post a new question there.</td><td></td></tr><tr><td valign="top"><a href="https://regex101.com/">Regular expressions 101</a></td><td valign="top">A recommended tool for experimenting with regular expressions. Make sure to tick the <code>ECMAScript</code> (JavaScript) FLAVOR in the left panel.</td><td></td></tr><tr><td valign="top"><a href="https://regex-generator.olafneumann.org/">Regular expressions generator</a></td><td valign="top">A regular expressions generator for those who need help with regex.</td><td></td></tr><tr><td valign="top"><a href="https://www9.lunapic.com/editor/">Lunapic</a></td><td valign="top">A free editor to create and edit app logo files.</td><td></td></tr><tr><td valign="top"><a href="https://www.make.com/en/login?source=ticket">Make support</a></td><td valign="top">Contact us if you need help or you didn't find the information you need.</td><td></td></tr></tbody></table>


---

# 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://developers.make.com/custom-apps-documentation/get-started/useful-resources.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.
