agents
latest
false
- Getting started
- Prerequisites
- Building agents in Studio Web
- Building agents in Agent Builder
Contexts

Agents user guide
Last updated Apr 30, 2025
Contexts
Indexes give agents access to permissioned knowledge bases. This helps agents reason using business-specific data. To learn how to create an index, refer to Indexes in the Orchestrator user guide.
To add context for your agent, take the following steps in the Contexts section:
- Provide a Description for your context.
- Select the shared Orchestrator folder where your index is located.
- In the ECS Index field, select the index from the available list. The dropdown list includes all indexes available in the specified folder.
- Configure additional settings. You can control the precision and relevance of
the context that you want to query from using the following settings:
- Threshold: Refers to a similarity score threshold applied after the retrieval and re-ranking of relevant chunks. Any relevant chunks that are scored below this threshold are not returned. Use Threshold to make results more precise. As you increase this number, Context Grounding filters and grounds prompts with only the best scores.
- Number of results: Refers to the number of chunks returned by Context Grounding from a user's query. It helps with making the grounding payload of the LLM generation (overall token size of the LLM call) smaller and can help act as an additional filter on the results you get from Context Grounding when Context Grounding is applied. Increasing the number of results increases the amount of chunks that are returned.