

# Scenarios for Amazon Bedrock Agents using AWS SDKs
<a name="service_code_examples_bedrock-agent_scenarios"></a>

The following code examples show you how to implement common scenarios in Amazon Bedrock Agents with AWS SDKs. These scenarios show you how to accomplish specific tasks by calling multiple functions within Amazon Bedrock Agents or combined with other AWS services. Each scenario includes a link to the complete source code, where you can find instructions on how to set up and run the code. 

Scenarios target an intermediate level of experience to help you understand service actions in context.

**Topics**
+ [Create and invoke a flow](bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockFlows_section.md)
+ [Create and invoke a managed prompt](bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockPrompts_section.md)
+ [Create and invoke an agent](bedrock-agent_example_bedrock-agent_GettingStartedWithBedrockAgents_section.md)
+ [Orchestrate generative AI applications with Step Functions](bedrock-agent_example_cross_ServerlessPromptChaining_section.md)