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

# Permissions required to view custom trace views

export const plans_0 = "Any"

export const deployments_0 = "Any"

export const data_plane_version_0 = undefined

export const use_case_0 = "Use case: Users unable to see or access custom trace views"

<Note>
  **Applies to:**

  * Plan - {plans_0}
  * Deployment - {deployments_0}
  * {data_plane_version_0}
  * {use_case_0}
</Note>

## Summary

**Issue:** Custom Trace Views do not appear for user, instead after clicking the Views tab the UI is blank.

**Cause:** Viewing custom trace views requires project-level `Prompt: Read` permission.

**Resolution:** Grant the user `Prompt: Read` permission.

***

## Resolution steps

### If the user cannot see custom trace views

#### Update project-level permissions

1. Navigate to Settings > Project permissions.
2. Click the Users tab and search for the user's name.
3. Click the pencil icon to the right of their name.
4. Ensure the user has the `Prompt: Read` permission, if they don't then manually add it by checking the box or add them to a Permission Group that has that Permission on the Project.

***
