# Introduction

Architect provides several options for programmatic access to marketdata, order entry, portfolio management, and execution algos.

## Creating an API key

To start using the Architect API and SDKs, you will need to create an API key from the Architect UI.

<details>

<summary>Navigate to profile/settings</summary>

<img src="https://1902507521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZbMPUrv5B8JJcgrylXeN%2Fuploads%2Fgit-blob-c623c9c3204fdc9d7b008e9ec2a1e34389801e43%2Fgoto-profile.png?alt=media" alt="" data-size="original">

</details>

<details>

<summary>Create an API key</summary>

<img src="https://1902507521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZbMPUrv5B8JJcgrylXeN%2Fuploads%2Fgit-blob-2a4b5dbb49a8e1b369471bf0cb0036afb9c8849f%2Fcreate-api-key.png?alt=media" alt="" data-size="original">

</details>

<details>

<summary>Store your key and secret in a secure location</summary>

<img src="https://1902507521-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZbMPUrv5B8JJcgrylXeN%2Fuploads%2Fgit-blob-fe5c1acd9a8b4101d7c96956890e2b847748a3e2%2Fcreate-api-key-result.png?alt=media" alt="" data-size="original">

</details>

## Getting started

* [Getting started with Python](https://docs.architect.co/getting-started-with-python)
* [Getting started with Rust](https://docs.architect.co/getting-started-with-rust)


---

# 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.architect.co/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.
