> For the complete documentation index, see [llms.txt](https://appsetup-eng.gitbook.io/infinite-article/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appsetup-eng.gitbook.io/infinite-article/getting-started/advanced-settings.md).

# Advanced Settings

The **Advanced Settings** offer more robust customization options but require a **Business** or **Business Plus Plan** to access. These features include the ability to enable dynamic URLs, load related articles based on tags, and set limits on the maximum number of articles displayed. By upgrading to one of these plans, you can unlock these advanced functionalities, allowing you to fine-tune the performance and user engagement of your content, making it even more appealing to your audience.

### **Enable Dynamic URL**

As new articles load, this feature updates the browser’s URL to reflect the current article being viewed, improving SEO and making it easy for users to share or bookmark specific articles. Toggle this setting on to enable dynamic URL changes during scrolling.

### **Load Related Articles**

Automatically loads articles that share matching tags with the current article, ensuring users see content that is more relevant to their interests. This enhances the reading experience by showing related articles instead of random ones. Toggle this setting on to activate related article loading based on tags.

### **Set Articles Limit**

Limits the maximum number of articles that will be loaded on a page, helping to manage performance on content-heavy pages. Toggle this setting on and use the slider to set the maximum number of articles, from 1 to 100.

### **Scroll to Top Button**

Adds a "Scroll to Top" button that lets users easily return to the top of the page after scrolling down through multiple articles. Toggle this setting on to display the button.

### **Lazy Load Images**

Defers loading of images until they are about to appear in the user’s viewport, improving page load speed and overall performance. Toggle this setting on to activate lazy loading for images.

### **Hide H1 Titles**

Allows you to hide the main title (H1) of each article when it loads. Useful if you prefer not to show article titles in the infinite scrolling layout. Toggle this setting on to hide the H1 titles in newly loaded articles.

### **Hide Featured Images**

Hides the featured images of articles as they load, which can reduce visual clutter or improve performance for image-heavy pages. Toggle this setting on to hide the featured images in dynamically loaded articles.

### **Hide Spinner**

Removes the loading spinner that appears between article loads, for a smoother, more minimalist user experience. Toggle this setting on if you prefer to hide the spinner.


---

# 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://appsetup-eng.gitbook.io/infinite-article/getting-started/advanced-settings.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.
