> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/log-management/export-configs.md).

# Export Configs

Exporting logs or data from Log management can be useful for offline analysis, reporting, or sharing with others. Infraon Infinity provides a few data export methods, including PDF, Excel, and CSV. Any data exported in the log search and log stream pages will be listed on the log export page. The user can just download the logs by clicking the download button.

## **What do you see on the screen?**

**Export Configs Details** | Home page

| **Label**     | **Action/ Description**                                                                                                       |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Search        | Search for the required exported Multi-Index file.                                                                            |
| Filter        | Filters with respective conditions can be added based on the Fields (Name, type, file type, and status).                      |
| Creation Time | This will display the date and time when the report was generated.                                                            |
| Name          | Indicates the name of the exported log report.                                                                                |
| Description   | Displays a brief description (if added) of the log report.                                                                    |
| Type          | Shows the type of the file selected while generating the Log report.                                                          |
| File Type     | Indicates the file of the exported configs. (Ex: PDF, XLS, or CSV)                                                            |
| File Size     | Displays the size of files that have been generated.                                                                          |
| Status        | Indicates the report's status, such as whether it is available for download or still in progress (e.g., Done or in progress). |
| Action        | Click to download the generated Log using the respective file type.                                                           |


---

# 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.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/log-management/export-configs.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.
