# What is Superseek?

Superseek makes it easy to create custom AI assistants for your business.&#x20;

You can embed it on your website to instantly resolve support queries, engage website visitors, capture leads, and more.

Under the hood, Superseek is powered by OpenAI's ChatGPT and GPT-4.&#x20;

But while ChatGPT is trained on all (or a big chunk) of the content on the internet, Superseek is powered only by the content you feed it - webpages, help docs, PDF documents, text, etc.&#x20;

You can think of it as a <mark style="color:blue;">**custom ChatGPT trained only on your content.**</mark>

By limiting the knowledge the AI has access to, Superseek minimizes hallucinations (ChatGPT's tendency to make up stuff) and keeps responses focused, accurate, and up to date.

In a nutshell, you can simply add your content and get a custom embeddable AI assistant instantly that provides human-like answers based only on your content.&#x20;

Superseek also packs additional capabilities such as content auto-sync, custom theming, human handoff & routing, lead forms, and more.

<figure><img src="/files/nkgzbvHNObqGSgqpvOGU" alt=""><figcaption><p>Superseek ingests your content and creates an AI assistant instantly</p></figcaption></figure>

##


---

# 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.superseek.ai/home/getting-started/what-is-superseek.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.
