> For the complete documentation index, see [llms.txt](https://docs.beefree.io/beefree-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/beefree-sdk/~/changes/s6kaGu3uaMgmVVo1sL8X/getting-started/readme/development-applications.md).

# Development Applications

## Development Applications

Development applications are available with any Beefree SDK paid plan.

### What is a Development Application?

A development application is a child application that is linked to your parent application within the Beefree SDK console. The purpose of these child applications is to create development, QA, or any other type of applications that you can merge your application’s changes to prior to pushing them to production. This empowers you to test new features, even on a higher plan, within a controlled environment prior to releasing them to your application’s end users.

## How to Create a Development Application

You can create a development application within your Beefree SDK console. Prior to creating a development application, ensure you have a paid plan with Beefree SDK. This will make the functionality accessible to you.

To create a development application, take the following steps:

1. Log in to your [Beefree SDK Developer Console](https://developers.beefree.io/accounts/login/?next=/subscriptions/)

<figure><img src="https://lh7-eu.googleusercontent.com/rCxxb0ghZVKgizBbL2U0gT4JrqStV7fVYO4dQ0GYHPGQel576BhNywBvoQgdPSUHkgz4q5v79YKG1zvS4q6AqwQ6lBy_GPhsHcSAOTO6DRYBEXuz0PPJ1gJ3oWKrMLKfOBPVLBBIyBJxitRCqsWRhdk" alt="" width="563"><figcaption></figcaption></figure>

2. Create a new application

{% hint style="info" %}
**Note:** This creates a production environment for your application.
{% endhint %}

3. Navigate to your dashboard where the new application is located
4. Click the **+** next to **Add a development instance**

<figure><img src="https://lh7-eu.googleusercontent.com/6KkTnU2JxZvYB0A7L9ghybO8ot76KbYWhkcxDQdkkyq0EqmAkiZbXFOhsrjioMz1z0YX4VeOQcEvT6CdFoNEIJIaDJvKOvibV-xXRuDeQvjfDce2We63qTi6Kdk7I8H_MsQZvdHJuvj2zPSXo_TEReg" alt=""><figcaption></figcaption></figure>

5. Type in the name of your development application, for example “development environment” or “QA environment”

<figure><img src="https://lh7-eu.googleusercontent.com/QcYE8xd5XeiauNsKg3F5HfIO_sXVKRy-e8JwE67bqux7VUetAIp7o7uEwaeLLPVhOjexYj1Ey7d0jVvstVP038E0M3RmQxZJSivdwONpgXhJX6UEpY4zk-d5z4EBz4SZnYQgNdU1v8OXlseveQm532I" alt=""><figcaption></figcaption></figure>

6. Click **Create**
7. View the new development application available in your Beefree SDK dashboard

<figure><img src="https://lh7-eu.googleusercontent.com/NJWGo5Dc4yYgh0j5BdKP2BfEwheUzTtNdmlH8uHYhww4RpfC1VN6vZJtvHpMMMurOEergI0rxXqdZBHw5DMVghqLxp8iSRolX2Nwzmnq9htN6ZZvA__HqpCpqekwTT8vGM2-Jz5abT7WXlTTK7TIsKs" alt="Beefree SDK Console Dashboard with an Example QA Environment Development Application"><figcaption><p>Beefree SDK Console Dashboard with an Example QA Environment Development Application</p></figcaption></figure>

## Benefits of Development Applications

There are multiple benefits to utilizing development applications. A few of these benefits are the following:

* Merge and test changes to your application prior to releasing them to your end users
* Create an environment for different contributors in your development cycle, for example QA Engineers, frontend developers, backend developers, and so on
* Access next tier Beefree SDK features in your development applications without any additional costs
* Create as many child development applications linked to your parent production environment as you’d like  &#x20;

## Important Considerations

While access to next tier Beefree SDK features in your development applications is available to you, it is important to remember that you cannot push any next tier features in your development application to your production environment. Your production environment should only include the features reflected in your current plan subscription. If you find that you would like to push a next tier feature from your development application to your production application, you need to upgrade to the subscription plan that corresponds to those features.

Beefree SDK allows you to access next tier features within your development application to test them out and see if they are a good fit for your application’s needs. However, it is important to consider that if you plan to push those features to your production environment, that you have the right subscription and permissions to do so.

Development apps inherit the same plan that your production app is on. If you wish to test features that are available on a higher plan, go the application details and click “CHANGE PLAN” in the upper right.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.beefree.io/beefree-sdk/~/changes/s6kaGu3uaMgmVVo1sL8X/getting-started/readme/development-applications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
