Overview
Context is the information Poolside uses to understand and complete your request. In agent sessions, Poolside builds context dynamically as it runs. It starts with what you reference and expands as needed to complete your request. Guide what Poolside considers by explicitly referencing files, folders, symbols, or web content in your prompt. For a conceptual overview of how agents work, see How agents work.Add workspace context
Reference items from your workspace directly in the prompt.Reference files and folders
The active editor file is included automatically. Reference additional files or folders as needed. Use file references when:- Asking about a specific file
- Requesting changes in a defined area
- Providing constraints or examples
- Type
@followed by the file or folder name in the prompt. - Select a matching result to insert it into the prompt.
Reference code symbols
Use symbol references to include specific functions, classes, variables, or components from your workspace. Use symbol references when:- Asking what a specific function or class does
- Modifying a specific symbol
- Investigating how a symbol is used
- Type
#followed by the symbol name in the prompt. - Select a matching result to insert it into the prompt.
Add web content
Use Web content to include information from a specific web page in your request. Use web content when:- Referencing a single API endpoint page
- Citing a documentation article
- Reviewing a specification page
- Incorporating a blog post or example
- In the prompt field, click the context control button. When no context is attached, it displays @ Context. Otherwise, it displays the currently attached items.
- Select Web content.
- Type
@followed by the full URL. - Select the URL from the Add website field to insert it into the prompt.
Additional context sources
Use additional context when you want to control which workspace-derived sources are included automatically in your request. To add additional context:- In the prompt field, click the context control button. When no context is attached, it displays @ Context. Otherwise, it displays the currently attached items.
- Select Additional context.
- Enable or clear the checkboxes for the sources you want included.
- Instructions: Project-level
AGENTS.mdand user-level.poolsideinstructions - Other open files: Open files in addition to the active file