# 8. Site Customization

The **Site Settings** section in *Infinity* allows administrators to customize and personalize the platform according to their organization's needs. Users can configure branding elements, export settings, and content presentation styles.&#x20;

### **Steps to Access Site Settings**

1. **Log in** to *Infinity* with your administrator account.
2. **Navigate to the Sidebar** on the left-hand side of the screen.
3. **Click on " Settings"**

   * It is represented by a ⚙️ gear icon.
   * Locate the Site settings button at the bottom of the menu.

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

   <figure><img src="/files/PQvsen9vzTi5wFNWsZw1" alt=""><figcaption></figcaption></figure>
4. The **Site Settings** page will open, displaying multiple configuration options such as:
   * **Site Configuration** (Logo, Favicon)
   * **Export Settings**
   * **PPT & PDF Options**
   * **Feed Configuration**

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

Below is a breakdown of the available customization options:

### General Customization Options

| Setting     | Description                                                                                                                                            |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Logo**    | Set a custom logo for the site. The recommended image size is **320 x 132 pixels**. If a different size is uploaded, it will be resized automatically. |
| **Favicon** | Customize the browser tab icon. The favicon must be **at least 48x48 pixels** but can be any square size of **8x8 pixels or larger**.                  |

### PPT & PDF Export Settings

| Setting                                | Description                                                         | Default Value |
| -------------------------------------- | ------------------------------------------------------------------- | ------------- |
| **Cut off PPT Cell Length**            | Limits the character length for text in PowerPoint cells.           | 45            |
| **Max Rows per Table (PPT)**           | Defines the max number of rows per table in a PowerPoint slide.     | 15            |
| **Max Rows per Table (Deck)**          | Defines the max number of rows in a table across a PowerPoint deck. | 20            |
| **Max Text Length in PDF Table Cells** | Restricts the text length in table cells for PDFs.                  | 45            |

### Export Settings

| Setting                                           | Description                                                                                                                                   | Default Value |
| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------- |
| **Use popup for export**                          | Displays a **consolidated popup** for **XLS, CSV, PNG** downloads instead of multiple buttons in the three-dot menu of a chart or storyboard. | Enabled       |
| **Time Limit for Downloading Charts/Storyboards** | Sets a time limit (in seconds) for downloads.                                                                                                 | 300 seconds   |
| **PDF Max Rows per Table**                        | Limits the number of rows in a table when exporting as PDF.                                                                                   | 15            |
| **Max Text Length per PDF Cell**                  | Restricts the text length per table cell in PDFs.                                                                                             | 45            |

### Feed Configuration

| Setting                 | Description                                                                             | Default Value |
| ----------------------- | --------------------------------------------------------------------------------------- | ------------- |
| **Show "Created by"**   | Displays the creator's name for reports and feeds. Can be disabled via site settings.   | Enabled       |
| **Show "Created Date"** | Displays the date of creation for reports and feeds. Can be disabled via site settings. | Enabled       |

These settings allow users to tailor the platform’s appearance, document export preferences, and data visibility to fit their needs.


---

# 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.getinfinity.app/user-guide/comprehensive-user-guide/8.-site-customization.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.
