> For the complete documentation index, see [llms.txt](https://docs.sfox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sfox.com/introduction/getting-started.md).

# Getting Started

Follow these steps to get started with sFOX APIs.

## Create an sFOX Account

Sign up at [sFOX](https://trade.sfox.com/signup).

## Setup

**1. Create an API Key:** Navigate your account menu -> API  ([or click here](https://trade.sfox.com/account/api)) and click the 'Generate API Key' button.

<div align="left"><figure><img src="/files/qaa0oybya5CEfcwItbCu" alt="" width="375"><figcaption></figcaption></figure></div>

**2. Authenticate:** See [REST API Authentication documentation](/rest-api/authentication.md) to learn about authenticating your requests with your API key.

**3. Select an API:**

* [REST API](/rest-api/rest-endpoints.md): For trading and general requests.
* [WebSocket API](/websocket-api/introduction.md): For real-time market data and account updates.
* [FIX API](/fix-api/fix.md): For higher-frequency trading and real-time market data.

{% hint style="info" %}
Our team is happy to assist you with your selection. Contact us at <support@sfox.com>.
{% endhint %}

## Examples

View examples of REST, WebSocket, an FIX APIs within the documentation.

Example code is included throughout this documentation. For example:

* [Create an Order (REST)](/rest-api/orders/create-order.md)
* [Stream an Order Book (WebSocket)](/websocket-api/market-data/order-book.md)
* [Request a Quote (FIX)](/fix-api/fix.md#requestforquote-r)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sfox.com/introduction/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
