# Introduction

AI models have gained significant popularity in the last years, primarily through popular platforms such as ChatGPT and Midjourney. While general purpose models are easily accessible to the public in 2025, creating AI models for specific tasks can be more challenging without any technical background. \
\
As mentioned, the most widely used AI platforms are 'general purpose', meaning, they are aimed at helping / assisting users with a variety of different problems, and are not focussed on a specific task or activity. For specific usecases, such as coding, visual design in a specific theme or scientific purposes, these general purpose models are often either too complex to navigate correctly or too general to use succesfully. As such, specialized AI models have recently gained popularity. Building these specialized models, however, remains a challenge, especially if the purpose is niche. This gap in the market creates an opportunity for no-code solutions to help non-technical users to build, configure and share specialized models.\
\
Nest AI aims to make the creation, configuration and sharing of custom AI models for specific tasks accessible. Using our no-code platform, any user can create and configure custom models to share with other users and/or monetize for wider use.


---

# 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://nest-ai-documentation.gitbook.io/nest-ai-documentation/introduction.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.
