# Developer Platform

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question...</button>

## &#x20;Welcome to the TACSDR Developer Manual.

This manual is designed for advanced users, engineers, researchers, and developers who want to go beyond basic operation and customize the TACSDR platform for their own applications.

The Developer Manual will showcase how to configure, modify, and extend TACSDR’s core capabilities, including RF frequency control, modulation schemes, signal-processing logic, software installation, system services, hardware interfaces, and custom application development.

This developer guide will also provide deeper technical details for users who want to understand how TACSDR operates internally, how to integrate new features, and how to adapt the platform for mission-specific workflows.

<mark style="color:$success;">**Public documentation of the developer manual is scheduled for release in October 2026.**</mark>

Until then, the Developer Manual remains under active development as we continue improving TACSDR’s software, hardware, and user experience. Meanwhile, access to the usermanul is avaliable.

<a href="/spaces/0eOwED58ZrCRPBpHk35q" class="button secondary" data-icon="user-headset">User manual</a>

{% columns %}
{% column width="50%" %}

<figure><img src="/files/SfzixvaX8jSdh6CfltP9" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="50%" valign="middle" %}

## Learn more about [AllSeeing](https://www.allseeingtech.ca/)

**AllSeeing** is a bold **CANADIAN** company pioneering the future of electromagnetic technologies. We fuse cutting-edge radio, optic, and acoustic technologies to enhance communication and sensing applications

Guided by our mission to “unveil the hidden,” we’ve delivered radar, lidar and sonar solutions that empower our clients to be the BEST wherever they are.&#x20;

<a href="https://www.allseeingtech.ca/" class="button primary" data-icon="squarespace">AllSeeing</a>&#x20;
{% endcolumn %}
{% endcolumns %}

&#x20;

&#x20;


---

# 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://tacsdr-docs.allseeingtech.ca/developer-manual/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.
