# API Docs

### JavaScript API

If you are looking to add your creative touch to Widgets or Event screens via the front end, this section will get you there.

[JavaScript API Info](/ugc/api-docs/javascript.md)

### REST API

Looking to use Nosto's UGC data interfaces to integrate into your existing or upcoming application's back end? REST assured, we've got you covered.

[REST API Info](/ugc/api-docs/rest.md)

### Content API

With powerful features and lightning speed, Nosto's UGC Content API allows you to simplify your UGC integration.

[Content API Info](/ugc/api-docs/content.md)

### Webhooks

Would you like for your application to be notified when something important happens in your Stack? We can hook you up.

[Webhooks API Info](/ugc/api-docs/webhooks.md)


---

# 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://docs.nosto.com/ugc/api-docs.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.
