> For the complete documentation index, see [llms.txt](https://hawkalpha.gitbook.io/what-is-hawkalpha/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hawkalpha.gitbook.io/what-is-hawkalpha/alpaca-broker/who-is-alpaca.md).

# Who is Alpaca?

[Alpaca.markets](https://alpaca.markets/) is both a brokerage and an API provider for trading. As a brokerage, Alpaca offers commission-free stock and ETF trading through Alpaca Securities LLC, a member of FINRA and SIPC. As an API provider, Alpaca allows users to trade with algorithms, connect with apps, and build services with its easy to use APIs.

HawkAlpha users execute trades via an API connection with their respective Alpaca.markets brokerage account for both paper and live environment.

To open an account with Alpaca, you need to follow these steps:

* Go to [Alpaca.markets](https://alpaca.markets/) website and click on [Sign up](https://app.alpaca.markets/signup)
* Choose the type of account you want to open. Alpaca.markets supports individual taxable accounts and business trading accounts. Every account type includes a paper account for testing.
* Fill out the required information and documents for your account type. For example, for an individual taxable account, you need to provide your personal information, identity verification, tax information, and investment profile.
* Wait for your account approval. This may take up to one business day.


---

# 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://hawkalpha.gitbook.io/what-is-hawkalpha/alpaca-broker/who-is-alpaca.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.
