# INTRODUCTION

- [Welcome to Stork](https://docs.stork.network/introduction/readme.md): Welcome to Stork!
- [Core Concepts](https://docs.stork.network/introduction/core-concepts.md): Understanding oracle models, Stork-specific data primitives, and Stork's advantages.
- [How It Works](https://docs.stork.network/introduction/how-it-works.md): Understanding the layers of Stork's core architecture and how they work together.
- [Products](https://docs.stork.network/introduction/products.md): Stork for Real Time, Options, StarkEx, and the Composite Oracle Service.


---

# 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.stork.network/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.
