> ## Documentation Index
> Fetch the complete documentation index at: https://docs.symplr.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Code Generation Settings

Developer Tools allow you to configure additional capabilities before generating and downloading application code from Symplr.

These capabilities support testing, security-related protections, code export, and continued development workflows.

## Before You Begin

Before using Code Generation Settings, ensure:

* The project has been created or opened successfully
* Application structure is ready in Blueprint View
* You have access to Developer Tools
* Application is ready for code generation

## Open Developer Tools

Access code generation features through the **Developer Tools** menu.

From the top-right corner of the Blueprint View, click the **Developer Tools** dropdown icon.

<Frame>
  <img src="https://mintcdn.com/symplr-0fada8ba/dy_QRKjn925w-UXU/images/image.png?fit=max&auto=format&n=dy_QRKjn925w-UXU&q=85&s=068abdc9ac5cf99131bd21ba17cea6d8" alt="Image" width="1534" height="725" data-path="images/image.png" />
</Frame>

The Developer Tools menu provides access to code generation, testing, security, and code export features.

## Configure Code Generation Options

Use Developer Tools to configure testing resources, security-related protections, code export options, and GitHub integration before generating the application package.

<Frame>
  <img src="https://mintcdn.com/symplr-0fada8ba/dy_QRKjn925w-UXU/images/Developer-Tools.jpg?fit=max&auto=format&n=dy_QRKjn925w-UXU&q=85&s=e4e126fcc61362f51dbfac6dc5f2afde" alt="Developer Tools" width="1534" height="725" data-path="images/Developer-Tools.jpg" />
</Frame>

Within Developer Tools, the following capabilities are available:

* **Generate Test Cases** — Includes generated test resources within the exported application package
* **Add Security Features** — Includes additional security-related protections during application generation
* **Download Code** — Generates and exports the application source code package
* **Connect GitHub** — Connects the project to GitHub for version control and collaboration workflows

## Generate and Download Code

After selecting the required generation options, proceed with downloading the application code package using the **Download** button available within Developer Tools.

Symplr generates the source package using the selected configuration options and prepares it for delivery.

The generated code package is delivered to your registered email address, allowing continued local development and customization.

For additional details about downloading generated application packages, see [Download Code](https://docs.101studio.co/download-code).

## Next Steps

After downloading the code package, you can continue by validating generated test resources, running the application locally, integrating external services, configuring authentication, or extending application functionality and workflows.
