# Table View

The Table View displays the project Outcomes and their properties (including project **ID number**, **Outcome Statement**, **Progress Indicator**, and **Assignees**) in a table format.

At the top of the page, you are able to select filters to apply to the table, in order to reduce the amount of Outcomes you are seeing at once. This can be helpful particularly for finding Outcomes that you yourself are '[assigned](/outcomes/assignees.md) to', or limiting Outcomes to those with a certain Tag or [Tags](/outcomes/tags.md).

Table View is most useful for **team members in 'doer' hat**.


---

# 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.acorn.software/project-views/table-view.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.
