# Technical Requirements

{% hint style="info" %}
At this time accessing the Tradecraft app requires having a Canton Network Validator Node on which the software can be installed. If you do not have a node and represent an organization looking to add value to the Canton Network you may get started here: <https://sync.global/validators/>
{% endhint %}

#### Containerization

Tradecraft requires access to your Validator’s Ledger API.  You will need to ensure that your firewall allows Tradecraft access to that API, which usually means running the app in the same cluster with your other Canton app backends. Our container support is as follows:

|                | Available Support                                                                    | Documentation                                                                                |
| -------------- | ------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- |
| **Kubernetes** | <i class="fa-check">:check:</i> <mark style="color:$success;">Full support</mark>    | <i class="fa-check">:check:</i> <mark style="color:$success;">Fully documented</mark>        |
| **Docker**     | <i class="fa-check">:check:</i> <mark style="color:$warning;">Limited support</mark> | <i class="fa-clock-three">:clock-three:</i> <mark style="color:$warning;">Coming soon</mark> |

#### Authentication

Generally speaking, any OAuth IDP could be used with Tradecraft, however our team may not be able to fully support you with less popular options if troubleshooting is necessary. Keycloak and auth0 have both been used by our current install base:

|              | Available Support                                                                          | Documentation                                                                          |
| ------------ | ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------- |
| **Keycloak** | <i class="fa-check">:check:</i>  <mark style="color:$success;">Full support</mark>         | <i class="fa-check">:check:</i>  <mark style="color:$success;">Fully documented</mark> |
| **auth0**    | <i class="fa-check">:check:</i>  <mark style="color:$success;">Full support</mark>         | <i class="fa-check">:check:</i>  <mark style="color:$success;">Fully documented</mark> |
| **Other**    | <i class="fa-question">:question:</i> <mark style="color:$warning;">Limited support</mark> | <i class="fa-x">:x:</i>  <mark style="color:$warning;">Undocumented</mark>             |


---

# 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.tradecraft.fi/app-documentation/installation/markdown.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.
