# View container details

To view the details of an existing container, from the **Container instances** list click the container's name.

<figure><img src="/files/rcfeOBzvcts7bouSO7nL" alt=""><figcaption></figcaption></figure>

### Container

The Container Instance details page displays information about the selected container under the **Container** tab.

<figure><img src="/files/oo6FcU0DZnCqzhLLyT0i" alt=""><figcaption></figcaption></figure>

### Events

You can view past events in the container's lifecycle in the **Events** tab.

<figure><img src="/files/yUU5Kjprf21JnQBbmtXe" alt=""><figcaption></figcaption></figure>

Events can be sorted by date, type, message and count (the number of times the event has fired) and can be filtered from the search box.

### Actions

From this section you can start, stop, restart or remove your container.

<figure><img src="/files/kGQn4a8ygLaB8vVAMtF5" alt=""><figcaption></figcaption></figure>

### Access control

This section shows the current ownership and access for the container and allows you to change it.

<figure><img src="/files/rA9piGHBvsrxGF44U7mW" alt=""><figcaption></figcaption></figure>


---

# 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.portainer.io/user/aci/containers/details.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.
