# Create Square Application

You need to have a Square application to accept payments with Square from your Magento 2 store.

Follow the below steps to create a Square Application.

Step 1: Log in to Square using the below URL.

<https://developer.squareup.com/apps>&#x20;

Step 2: Click the “+” sign to add the application.

<br>

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

Step 3: Give a name to your Square application and click Next.

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

Step 4: Then, choose your desired option for building an application and click Next. You can also skip this step if not necessary.

![Build application options](https://magecomp.com/support/wp-content/uploads/2023/05/Build-application-options.png)

Step 5: Choose your Square application’s audience and click Create. Again this is an optional step.&#x20;

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

You have successfully created an application in Square.

<br>


---

# 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.magecomp.com/magento-2-square-payment-gateway-extension/create-square-application.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.
