# Getting started

Our documentation covers three key elements: (1) the API and its detailed endpoints, (2) SDKs, which are software development kits for integrating our services, and (3) front-end examples to help integrate the KAI solution.

{% stepper %}
{% step %}

### KAI API

KAI offers more than 20 endpoints to provide you the raw information about your knowledge base. The following pages present the specifications and required informations to question the endpoints.
{% endstep %}

{% step %}

### Choose an SDK to facilitate API integration

Select JS, Python, or PHP SDK based on your technical preferences.
{% endstep %}

{% step %}

### Try it easily with our templates

Snippets and front-end exemples available in several langages to simplify the first steps.
{% endstep %}

{% step %}

### Deployment through our partners

Deploy us from your snowflake
{% endstep %}
{% endstepper %}


---

# 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://k-ai.gitbook.io/knowledge-ai/api/editor.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.
