# Pictures & Documents

The Pictures & Documents tab is a crucial section of the property form where you can upload and manage visual and textual documentation related to the property. This tab allows you to add images of the property and the building, as well as important documents that provide additional information or support the property's details.

<figure><img src="/files/JtEedAAa22gjT0OExPjY" alt=""><figcaption><p>Pictures &#x26; Document Tab</p></figcaption></figure>

1. **Add Apartment Picture**: Click this button to upload new pictures related to the apartment.
2. **Property Pictures Table**: Displays the uploaded pictures for the property. Columns include:
   * ***Thumbnail**: A preview of the uploaded picture.*
   * ***Title**: The title of the picture (e.g., Living Room, Bedroom).*
   * ***Featured Picture**: A checkbox to mark the picture as a featured image for the property.*
   * ***Actions**: Options to edit or delete the uploaded picture.*
3. **Featured Picture**: Check this box to mark the picture as a featured image for the property.
4. **Actions**: Options to edit or delete the uploaded picture.
5. **Add Building Picture**: Click this button to upload new pictures related to the building.
6. **Building Pictures Table**: Displays the uploaded pictures for the building. Columns include:
   * ***Thumbnail**: A preview of the uploaded building picture.*
   * ***Title**: The title of the picture (e.g., Building entrance).*
   * ***Featured Picture**: A checkbox to mark the picture as a featured image for the building.*
   * ***Actions**: Options to edit or delete the uploaded building picture.*
7. **Add Files**: Click this button to upload relevant documents.
8. **Documents Table**: Displays the uploaded documents related to the property. Columns include:
   * ***Type**: Indicates the type of document (e.g., PDF, JPG).*
   * ***Title**: The title of the document (e.g., Architectural Plans).*
   * ***Description**: A brief description of the document (e.g., Detailed architectural plans).*
   * ***Actions**: Options to edit or delete the document.*


---

# 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.interval-soft.com/interval/documentation/resources/properties/property-form/pictures-and-documents.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.
