# Next Steps

After getting to know the fundamental concepts of Langstack, you can explore exercises demonstrating how they work in the following sections.

1. [Introduction to REST APIs](/welcome/get-started/learn-langstack/introduction-to-rest-api.md)
2. [Introduction to Entities](/welcome/get-started/learn-langstack/introduction-to-entities.md)
3. [Using Triggers](/welcome/get-started/learn-langstack/using-triggers.md)
4. [Introduction to ETL pipeline](/welcome/get-started/learn-langstack/introduction-to-etl-pipeline.md)
5. [Validation pipeline](/welcome/get-started/learn-langstack/validation-pipeline.md)
6. [Introduction to Process](/welcome/get-started/learn-langstack/introduction-to-process.md)


---

# 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.langstack.com/welcome/get-started/learn-langstack/basics-and-essentials/next-steps.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.
