← Prompts
Meta / Understand Copilot Instructions Collection

Collections Template

# Collections Template Use this template to create a new collection of related prompts, instructions, and chat modes. ## Basic Template ```yaml id: my-collection-id name: My Collection Name descrip

# Collections Template

Use this template to create a new collection of related prompts, instructions, and chat modes.

## Basic Template

```yaml
id: my-collection-id
name: My Collection Name
description: A brief description of what this collection provides and who should use it.
tags: [tag1, tag2, tag3] # Optional discovery tags
items:
  - path: prompts/my-prompt.prompt.md
    kind: prompt
  - path: instructions/my-instructions.instructions.md  
    kind: instruction
  - path: agents/my-chatmode.agent.md
    kind: agent
display:
  ordering: alpha # or "manual" to preserve order above
  show_badge: false # set to true to show collection badge
```

## Field Descriptions

Sign in to view the full prompt.

Sign In

Classification

Meta Prompts about prompting conventions
Meta Understand
Explain or analyze
Scope Global
All AI interactions
Manual Manually placed / Persistent