# Create goal views

Views let you focus on the goals that matter for your context: by team, quarter, or status.

## Create views

1. Click "+" on the Goals page
2. Apply filters to focus on specific goals:
   * **Status**: filter by goal health (On track, At risk, Off track)
   * **Owner**: filter by goal (O and KR) owners
   * **Contributor**: filter by KR contributors (individuals or teams)
   * **Target date**: filter by date ranges for goal deadlines
3. **Customize columns:** click the **eye icon** to select which columns to display
4. Name your view

## Share views

**Default sharing**: views are shared with all workspace users when created

**Restrict access**:

* Click the arrow next to your view name
* Select "**Share**"
* **Disable** "Share to anyone at Luna"
* Invite specific users to access the view


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.withluna.ai/goals/create-goal-views.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
