# Social Proof

* **Component**: \<SocialProof/>
* **Path**: /components/home/social-proof.tsx
* **Import**:

```typescript
import { SocialProof } from "@/components/home/social-proof";
```

<figure><img src="/files/jwYhpYTov5nk9gzekdc2" alt=""><figcaption><p>Users Social Proof</p></figcaption></figure>

The almost mandatory social proof with actual users pictures and numbers.

Hovering the images will show a tooltip with user's image, name and X handle if filled

{% hint style="info" %}
If you fear having an external link to X profile will make you lose visitor simply delete the \<a> tag.
{% endhint %}


---

# 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/social-proof.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.
