# Latest Collections Section

* **Component**: \<LatestCollections/>
* **Path**: /components/home/latest-collections.tsx
* **Import**:

```typescript
import { LatestCollections } from "@/components/home/latest-collections.tsx";
```

<figure><img src="/files/CTvbw1B87TWKrBW13jty" alt=""><figcaption><p>Latest Collection Section</p></figcaption></figure>

You can control the number of Collection displayed by updating this line:

<pre class="language-typescript" data-title=""><code class="lang-typescript"><strong>...
</strong><strong>selectedCollections?
</strong><strong>    <a data-footnote-ref href="#user-content-fn-1"> .slice(0, 2)</a>
</strong>    .map((collection: CollectionWithProducts, index: number) => (
...
</code></pre>

[^1]: Update this line to increase or decrease the displayed collections.


---

# 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.directoryfa.st/general-components/latest-collections-section.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.
