docs/en/enterprise/guides/enable-crew-studio.mdx
Crew Studio is an innovative way to create AI agent crews without writing code.
<Frame>  </Frame>With Crew Studio, you can:
Before you can start using Crew Studio, you need to configure your LLM connections:
<Steps> <Step title="Set Up LLM Connection"> Go to the **LLM Connections** tab in your CrewAI AMP dashboard and create a new LLM connection.<Note>
Feel free to use any LLM provider you want that is supported by CrewAI.
</Note>
Configure your LLM connection:
- Enter a `Connection Name` (e.g., `OpenAI`)
- Select your model provider: `openai` or `azure`
- Select models you'd like to use in your Studio-generated Crews
- We recommend at least `gpt-4o`, `o1-mini`, and `gpt-4o-mini`
- Add your API key as an environment variable:
- For OpenAI: Add `OPENAI_API_KEY` with your API key
- For Azure OpenAI: Refer to [this article](https://blog.crewai.com/configuring-azure-openai-with-crewai-a-comprehensive-guide/) for configuration details
- Click `Add Connection` to save your configuration
<Frame>

</Frame>
<Frame>

</Frame>
- Select default models for agents and other components
- Set default configurations for Crew Studio
Click `Save Settings` to apply your changes.
<Frame>

</Frame>
Now that you've configured your LLM connection and default settings, you're ready to start using Crew Studio!
<Steps> <Step title="Access Studio"> Navigate to the **Studio** section in your CrewAI AMP dashboard. </Step> <Step title="Start a Conversation"> Start a conversation with the Crew Assistant by describing the problem you want to solve:```md
I need a crew that can research the latest AI developments and create a summary report.
```
The Crew Assistant will ask clarifying questions to better understand your requirements.
- Agents and their roles
- Tasks to be performed
- Required inputs
- Tools to be used
This is your opportunity to refine the configuration before proceeding.
- Download the generated code for local customization
- Deploy the crew directly to the CrewAI AMP platform
- Modify the configuration and regenerate the crew
Here's a typical workflow for creating a crew with Crew Studio:
<Steps> <Step title="Describe Your Problem"> Start by describing your problem:```md
I need a crew that can analyze financial news and provide investment recommendations
```
- A Research Agent to gather financial news
- An Analysis Agent to interpret the data
- A Recommendations Agent to provide investment advice