# Register Your First Build

This quick guide helps you register your first build in under 2 minutes.

{% stepper %}
{% step %}

#### Open the Application view

From the main navigation, select **Application** and select application you want to register build for.
{% endstep %}

{% step %}

#### Create a New Build

Click **add new** under the Builds section.
{% endstep %}

{% step %}

#### Fill in Build Details

Choose **Component** of the Application and enter the version (e.g. 1.0.0).
{% endstep %}

{% step %}

#### Publish

Click **Add**.

Your Build is now:

* Visible in the Builds list
* Visible in the Deployments view
* Delivered to subscribed users as notification
* Logged for future reference
  {% endstep %}

{% step %}

#### Verify Visibility

Check the Build to confirm:

* Build details are correct
* Build is visible under Deployments and correct Application view
  {% endstep %}
  {% endstepper %}

### ✅ You’re Done!

You’ve successfully registered your first build.


---

# 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.notyfire.io/getting-started/register-your-first-build.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.
