> For the complete documentation index, see [llms.txt](https://developer.singular.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.singular.live/support/support-resources.md).

# Support resources

Our support resources aim to give you the help you need to create graphic overlays for your particular technical situation. Learn where to find the answers to your questions and where to contact us below.&#x20;

### General support

* [Singular.live support portal](https://support.singular.live/): Learn more about the basics of Singular.live and get help with non-developer issues.
* [Singular.live YouTube channel](https://www.youtube.com/singularlive): Watch tutorials, webinars, and livestreams.

### Developer support

* [Postman API collection](https://documenter.getpostman.com/view/2177855/2s83zcTSu6): Download and use Singular's Postman command collection.
* [codepen.io](https://codepen.io/Singular): Get code snippets and examples for APIs and SDKs.
* [GitHub.com](https://github.com/singularlive): Download CLI, app, and widget boilerplates.
* [Support tickets](https://support.singular.live/hc/en-us/requests/new): File a support ticket.

### Integration support

Do you need help integrating Singular into your project? If so, please email Thomas at **thomas(at)singular.live** with a description of your plans. You will receive access to documentation on the following topics:

* CEF integration
* Singular sign-in
* Studio app integration
* Live and broadcast outputs
* Singular and firewalls
* Player embed code reference

### Additional Singular resources

* [Singular.live news](https://www.singular.live/resources/news): Get news and updates about the Singular.live platform.
* [Beta access](https://beta.singular.live/): Be the first to try out new features.
* [Newsletter archive](https://www.singular.live/resources/newsletter-archive): Explore past newsletters and announcements.
* [Join the Singular Technology Partner Program](https://www.singular.live/company/partner-program#join): Discuss your project with Singular.live R\&D.
* Become a Singular Certified Partner: Email **jeff(at)singular.live**.

### Learning resources

#### Postman and APIs

* [Getting started with Postman](https://learning.postman.com/docs/getting-started/introduction/)
* [REST API article on Wikipedia](https://en.wikipedia.org/wiki/Representational_state_transfer)

#### JavaScript

* [JavaScript and web development](https://www.w3schools.com/js/default.asp)
* [The Net Ninja YouTube Channel](https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg) and its [Modern JavaScript Tutorial Web](https://www.thenetninja.co.uk/)
* [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
* [The Odin Project](https://www.theodinproject.com/paths/full-stack-javascript)
* [JavaScript Tutorial](https://www.javascripttutorial.net/)
* [JavaScript Info](https://javascript.info/)
* [freeCodeCamp](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript)
* [Learn-js](https://www.learn-js.org/) (beginner to advanced)
* [TutorialsPoint](https://www.tutorialspoint.com/javascript/index.htm)

### Terms of use

For information on Singular's API terms of use, refer to <http://www.singular.live/terms-of-service>.

### Privacy policy

For information on Singular's privacy policy, refer to <http://www.singular.live/privacy-policy>.


---

# 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://developer.singular.live/support/support-resources.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.
