Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
In this quickstart, you create an agent from a pre-built manifest and test it in the playground. Agent manifests are ready-to-use configurations that combine tested prompts, tool configurations, and interaction patterns so you can skip writing instructions from scratch.
In this quickstart, you:
- Browse the agent manifests and select a manifest
- Create an agent from the manifest
- Test the agent in the playground
Prerequisites
- An Azure subscription. If you don't have one, create a free account.
- A Microsoft Foundry project with a model deployed (for example,
gpt-4o). If you don't have a project, first complete Quickstart: Set up Microsoft Foundry resources.
Browse the agent manifests
Open the Foundry portal.
Navigate to your project.
Select Discover (1), then select Agents (2).
The page displays available agent manifests. Each card shows the agent name, publisher, and the tools the agent uses.
Select the Industry News & Trend Scanner manifest.
The manifest detail page shows what the agent does, the tools it uses, and the prompt engineering pattern it demonstrates.
Create the agent
Select Create agent.
In the Create an agent from manifest dialog, enter a name for your agent (1). The name must start and end with alphanumeric characters and can contain hyphens in the middle.
Select Create (2).
The portal creates the agent and opens the agent builder playground.
Configure the tool connection
After the agent is created, the playground opens with the manifest's instructions and tools pre-configured. Before you can test the agent, you need to connect the Grounding with Bing Search tool to a Bing Search resource.
Note
If you don't have a Bing Search connection, you need to create a Grounding with Bing Search resource first. For step-by-step instructions, see Manage Grounding with Bing Search connections.
Test the agent in the playground
With the tool connection configured, you can now test the agent:
In the Chat panel on the right, type a prompt like
Scan the AI industry for the latest news and trends.Select Send (or press Enter).
The agent runs multiple Bing-grounded searches, deduplicates results, and returns a formatted industry briefing.
Scroll down to see the full briefing. The response includes Top Stories with source citations, Trend Watch for emerging patterns across stories, and Quick Hits for notable one-line items.
Tip
Start by running the agent with its default instructions before customizing. This helps you understand the agent's workflow and identify which parts to adjust for your scenario.
Clean up resources
If you no longer need the agent:
- Select Build > Agents to view your agents.
- Select the agent you created.
- Select More (...) > Delete.