# Introduction

Before you start, make sure to check a high-level overview of Slyk’s ecosystem, [core concepts, and functionalities](https://developers.slyk.io/slyk/understanding-slyk/core_concepts).

We’ll also walk you through the different [methods for using Slyk](https://developers.slyk.io/slyk/understanding-slyk/before_you_start), with illustrated tutorials, practical use cases, and code examples for each method. This is a work in progress, so feel free to check back from times to times.

Finally, we’ll give you all the tools and resources to develop with Slyk via [API Integration.](https://developers.slyk.io/slyk/reference/endpoints) You can get right into the action with our [quick start guide](https://developers.slyk.io/slyk/developing-with-slyk).

<br>


---

# 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://developers.slyk.io/slyk/master.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.
