# 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: 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.sfox.com/introduction/getting-started.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.
