# Direct Server Connection

## Background

Somewear is able to give you & your team full situational awareness of your operations, even while off-grid. This data isn't in a silo on Somewear, it can be shared with your TAK server. Here's some examples of what you can do with TAK server connections in Somewear:

* Visualize Somewear data on WinTAK.
* Give non-Somewear ATAK/iTAK users on your TAK server the same situational awareness without requiring them to install the Somewear plugin.

#### Architecture

In the following guide, you can enable one-way TAK server data flow by setting up Somewear to connect your TAK server.

<figure><img src="/files/Y1wmVVvTCJqutZb19jdT" alt="" width="563"><figcaption><p>Somewear server simulates a standard TAK client and sends COT data to your TAK server.</p></figcaption></figure>

## Install

1. Navigate to the Create TAK Server page on the web app by clicking **Account > Settings > Add Server Connection**.

<figure><img src="/files/2p9O26jZq265kNTMjar2" alt=""><figcaption></figcaption></figure>

2. Input your TAK server address & port. Upload your client certificates if required.

<figure><img src="/files/LMQLuqkhM4n1771gCa8k" alt=""><figcaption></figcaption></figure>

3. After a successful connection, you need to configure how data flow to/from your TAK server. Click the **Settings icon** to the right of your TAK server connection.

<figure><img src="/files/8vi8FSAAobbRPYIfoOSJ" alt=""><figcaption></figcaption></figure>

4. Toggle the Workspaces you'd like to share data from and click **Apply changes**.

<figure><img src="/files/ABGpFdkBvA90Ra0PnRXM" alt=""><figcaption></figcaption></figure>


---

# 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.somewear.app/developer-docs/tak/direct-server-connection.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.
