# Initialize with Create Frigg App (CFA)

### Use `npx` to Create the App

Be sure to double-check that you have all the [prerequisite tools installed](/tutorials/quick-start.md) before attempting this tutorial.

Open your terminal and cd to a location where you want to install your Frigg application. Then run the following command to create a new Frigg app, replacing `[my-app-integrations]` with your desired app name:

```
npx create-frigg-app [my-app-integrations]
```

{% hint style="info" %}
**Note on naming:** We recommend naming your Frigg app something descriptive that reflects its purpose as a microservice that powers integrations; For example, "my-app-integrations" is a good fit.
{% endhint %}

This process might take a couple of minutes to complete, but at the end of it you should see something like this in your terminal:

<figure><img src="/files/3JR99UyBu78Ihl23DVgi" alt=""><figcaption><p>Your terminal once Create Frigg App is completed</p></figcaption></figure>

{% hint style="warning" %}
During the installation process, you will likely encounter warnings related to deprecated dependencies and Git initialization errors. These warnings are expected and will not impact your ability to run Frigg successfully. We are working to resolve any/all warnings, but we do not believe they indicate any acute security or functionality concerns. If you have any concerns, please contact us.
{% endhint %}

Now navigate to your newly created app directory using the following command:

```
cd [my-app-integrations]
```

Congrats! You've just successfully scaffolded and installed your Frigg app. Continue with further configuration and customization.


---

# 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.friggframework.org/tutorials/quick-start/create-frigg-app.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.
