# Introduction

Since the early days of [Nosto](https://www.nosto.com/), we've tried to make it easy to customize the look and feel of integrations with out-of-the-box features. There are many websites, apps, and engaging experiences that utilize rich, social media awesomeness via Nosto without writing an additional line of code.

For those who need that extra bit, or who have an uber dev team who is itching to apply their craft, Nosto has exposed some of its internal components for customer consumption.

The [Nosto](https://www.nosto.com/)'s UGC Techdocs is divided into 6 main sections:

## Guides

To get you up to speed quicker, or if you want to see some of the potential uses of Nosto's UGC API, we've prepared some [guides](/ugc/guides.md) for you.

## API Docs

For those more tech-inclined, you may want to dive right into the API documentation, and we've divided it into the four sections below.

#### JavaScript

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

[JavaScript API Info](/ugc/api-docs/javascript.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)

#### REST API

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

[REST API Info](/ugc/api-docs/rest.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)

## Widgets

Understand what widgets are and when to use them

[Widgets Info](https://developer.stackla.com/widgets)

## Enterprise Tools

Find a full list of Enterprise products available within your Nosto's UGC License.

[Enterprise Tools Info](https://developer.stackla.com/enterprise)

## Commerce Tools

Leverage the power of Nosto's UGC to help drive the most out of your eCommerce site.

[Commerce Info](https://developer.stackla.com/commerce)

## Analytics

Discover how to effectively report on the impact of Nosto's UGC in your favorite Analytics tool.

[Analytics Info](https://developer.stackla.com/analytics)

If you have questions or need assistance please let us know via email at <support@nosto.com>.


---

# 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/readme.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.
