# Technical documentation

Welcome to Spara's technical documentation! The Spara platform is designed for your GTM colleagues to effortlessly build, manage, and iterate on agentic processes. This section is for developers looking to install and integrate Spara into your company's existing stack.

### Jump right in

Learn about:

* [Web API](/developers/spara-api/web-api.md) and [Webhooks](/developers/spara-api/webhooks.md)
* [Javascript API](/developers/spara-api/javascript-api.md)
* [Query Parameters](/developers/spara-api/query-parameters.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.spara.com/developers/readme.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.
