# Quickstart

<figure><img src="/files/w6QDdzowKvmZrkLppDwm" alt=""><figcaption></figcaption></figure>

Ready to write some code? Here’s how to get started on the Pybites Platform, from account creation to your first completed Bite.

### Create an Account or Log in

Head to Pybites Platform and [sign up](https://pybitesplatform.com/auth/signup/).

You have 3 login options for creating your account:

* Email/Password
* GitHub
* Google

Once signed up, you'll be sent a verification email to confirm your account. Click the link in the email and you're done.

<div data-full-width="false"><figure><img src="/files/MMk0dhP5EQ8BydqEafBw" alt=""><figcaption></figcaption></figure></div>

### Pick your First Bite (Exercise)

Being "Pybites" we refer to our exercises "Bites".

Your next step is to pick your first Bite and get coding!

If you're completely new to Python, click the *Exercises* drop down menu and select the [*Newbie Bites*](https://pybitesplatform.com/bites/newbie/)*.*

Experienced developers should select the [*Intro Bites*](https://pybitesplatform.com/bites/intro/) or the [*Regular Bites*](https://pybitesplatform.com/bites/regular/)*.*

{% hint style="info" %}
You can learn more about the different kinds of Bites in this article: [Exercises Overview](/platform-basics/exercises-overview.md).
{% endhint %}

Click the Name of the Bite you'd like to attempt.

{% hint style="warning" %}
The Newbie Bites are intended to be completed in order. We highly recommend users new to Python start with *Newbie Bite 1 - Assigning objects* and continue in sequential order from there.
{% endhint %}

You'll be taken to the Bite's page where you'll see the instructions on the left, and the coding editor on the right.

It's now time to solve your first Bite. Check out the [Solving a Bite Exercise](/getting-started/solving-a-bite.md) article to get started.


---

# 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.pybitesplatform.com/getting-started/quickstart.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.
