# Developer Account

A Developer Account unlocks the full potential of the BlueCallom platform, giving you access to the suite of tools required to build, test, and deploy your own powerful AI Assets. This guide will walk you through the process of activating your developer access.

### Step 1: Requesting Developer Access

With your account successfully connected to your company, you can now request access to the developer tools.

1. From your main dashboard (**AgenticBlue Home**), locate the **My Applications** panel on the left-hand side.
2. Click on the **Creating Solutions** button
3. A **"Developer Access Request"** form will appear. Please provide thoughtful and accurate answers to the questions, as this information helps us understand your development goals.
4. Click the **Submit** button to send your request.

<div><figure><img src="/files/mMLiIEdvPpjS454hnQYB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/2w7SLRyiuHPK6GCzcYxP" alt=""><figcaption></figcaption></figure></div>

Your request will be reviewed, and you will be notified once a decision has been made.

### Step 2: Accessing the Developer Tools

Once your request is approved, your **My Applications** panel will be automatically updated to include the core developer tools. The "Creating Solutions" button will be replaced by three new icons, granting you direct access to the development environment:

* **GPTBlue Studio:** This is your integrated development environment (IDE). Use the studio to build the foundational blocks of your workflows: Prompts, Agents, and Solutions.
* **Flight Director:** This is your control center for configuring and managing live instances of your Solutions (FLIGHTS).
* **Launch Pad:** This is where you can find all of your created FLIGHTS, allowing you to launch, monitor, and interact with your active workflows.

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

With these tools, you are now ready to start building the next generation of enterprise AI solutions. To learn more about how to use these tools, please proceed to the **Developer Guide**.


---

# 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://bluecallom.gitbook.io/enterprise-ai-platform-guide/account-setup/developer-account.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.
