# 1. Getting Started

This section will cover everything you will need to get started with KVision. This part is designed to be read sequentially, as concepts may build on top of each other.

{% hint style="info" %}
Note:\
This part focuses on client side applications and does not address building fullstack KVision applications. See [Chapter 5](/kvision-guide/5.-fullstack-development-guide.md)  for this topic.
{% endhint %}


---

# 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://kvision.gitbook.io/kvision-guide/1.-getting-started-1.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.
