> For the complete documentation index, see [llms.txt](https://guide.iseloapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.iseloapp.com/getting-started/knowledge-piece-elements.md).

# Knowledge Piece Elements

* **Title**: It displays the title of the knowledge piece saved.&#x20;
* **Tags:** It displays the tags assigned to that particular knowledge piece&#x20;
* **Mark Completed:** Click this option to archive a knowledge piece that is consumed. It would still be saved in the repository but won't be visible by default. This would put more focus on the knowledge elements yet to be consumed. In case, it required to refer back to this information, it would be visible if "All Content" switch is enabled in the search bar.&#x20;
* **Edit**: All content elements including its visibility can be edited from here.
* **Comments**: Have a focussed discussion with your knowledge buddies or add comments like introduction, summary, notes, or key takeaways on the saved content

![](/files/-MW5amNgG7LSw4qxuNWA)


---

# 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:

```
GET https://guide.iseloapp.com/getting-started/knowledge-piece-elements.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.
