> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gc.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Personas and Roles

> Leveraging AI personas for different legal perspectives

## Built-In Perspective

GC AI already has a built-in perspective as an experienced in-house lawyer. Your [Company Profile](/docs/organizations/company-profiles) further shapes this perspective with your organization's specific context, industry, and risk tolerance.

For many tasks, you don't need to assign a persona — GC AI will already respond from an informed, in-house legal perspective.

## Custom Role Assignment

When you want a different perspective, you can assign a specific role. Useful personas to try:

* Opposing counsel
* Regulatory auditor
* Business stakeholder
* Risk analyst
* Compliance officer

### Benefits of Role Assignment

* Multiple perspectives on issues
* Anticipate counterarguments
* Identify potential challenges
* Enhanced risk analysis

## Implementation Strategies

### Setting the Role

<CodeGroup>
  ```markdown Basic theme={null}
  Act as opposing counsel reviewing our draft agreement.
  ```

  ```markdown Detailed theme={null}
  Take on the role of opposing counsel from a Fortune 500 tech company.
  Review our SaaS agreement draft with particular attention to data privacy
  and liability provisions.
  ```
</CodeGroup>

### Role-Specific Considerations

1. Define expertise level
2. Specify industry context
3. Set jurisdictional scope
4. Outline key concerns

<Tip>
  Switch roles during analysis to get comprehensive perspectives on complex
  issues.
</Tip>
