> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/4-tresci/tresc-textcontent/podglad-oraz-ponowne-otwarcie-tresci-do-edycji.md).

# Podgląd oraz ponowne otwarcie Treści do edycji

## Otwarcie artefaktu z poziomu Biblioteki

W celu ponownego otwarcia artefaktu **Treść** do edycji bądź podglądu przechodzimy do modułu **Biblioteka** i wybieramy zakładkę **Treści**, a następnie po znalezieniu właściwego artefaktu klikamy na jego nazwę. Artefakt wyświetlony zostanie w trybie podglądu.

![Ilustracja 1. Artefakt "Treść" w trybie podglądu](/files/cbe9fbba67c4a2ae7e56bd233cfbb34ae5fdb58a)

W celu edycji artefaktu klikamy znajdujący się w prawej części górnego paska przycisk **Edytuj treść**.

![Ilustracja 2. Artefakt "Treść" w trybie edycji](/files/ae8a396825689c22aa8ec4c5a4421f519ec9fc50)

## Otwarcie artefaktu z poziomu wniosku

Będąc na wniosku możemy łatwo otworzyć **Treść** podpiętą do komponentu **Treść formatowana**. Wystarczy zaznaczyć komponent i w menu kontekstowym wybrać opcję **Przejdź do źródła treści**.

![Ilustracja 3. Opcja umożliwiająca przejście do źródła podpiętej Treści](/files/9338eef46989abf2a4645b668668a0dbfdc2d431)


---

# 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.eximee.com/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/4-tresci/tresc-textcontent/podglad-oraz-ponowne-otwarcie-tresci-do-edycji.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.
