# Quick Start

### Step 1: Create your Fryday Account

If you don’t have an account yet, sign up for Fryday at <https://fryday.ai/auth/>. You can easily sign up with Google, so there’s no need to manage an extra password.

### Step 2: Find your Project's API Key

To capture your calls and fine-tune a model, we’ll need your API key for authentication and to know which project to associate your logs with. When you create your account, a project is automatically set up for you. You can find its API key at <https://fryday.ai/app/settings>.

### Step 3:  Start Recording Training Data

That’s it for the setup! Now, you can start recording training data by integrating Fryday’s Proxy API into your application.


---

# 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.fryday.ai/getting-started/quick-start.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.
