> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/reference-sets/reference-set-editor.md).

# Reference Set Editor

For working with the Reference Set members you need to open the Reference Set in an editor where the list of members can be viewed in a table. You can open a Reference Set similarly as a concept: by double-clicking on it in the **Reference Sets View**.

The **Reference Set Editor** displays members in a table with the exception of Simple type Reference Sets. Here, a ![](/files/-M568DJWoxPZC_Gejzs_) toggle button allows switching the view between hierarchical and flat list modes.

![Reference Set Editor - view in hierarchical mode](/files/-MHHQE8m9K3kpI4pLOlf)

![Reference Set Editor – member table](/files/-MHHRk9aCZw91zafS6bv)

Click on the clock button ![](/files/-MWZYlXEgGdg2-6BKczv) to **show or hide inactive members**. This action is only available in flat list mode.

The **Reference Set Editor** allows filtering the members displayed in the Reference Set.

![Filtering Reference Set members](/files/-MHHSg3OwxG9uCOx9lDK)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2ihealthcare.com/snow-owl-authoring-platform/reference-sets/reference-set-editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
