> For the complete documentation index, see [llms.txt](https://autofaces-organization.gitbook.io/autoface-documents-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autofaces-organization.gitbook.io/autoface-documents-en/product-guides/automation-scripts/scripts-description/general-script/8.-add-friends.md).

# 8. Add friends

When you click Edit the " Add Friends Script", you can see the Edit box show up on the left side of the screen. Here, you can edit your script as you wish.

<figure><img src="/files/IoTF3hKSzuPlPd1iVZLV" alt=""><figcaption><p>Edit Add Friends Script</p></figcaption></figure>

Here, you can choose which kind of "add friends" you want to add such as: Add friends by Suggestions; Add friends by accepting friend requests; and so on. You can see in the capture below.

<figure><img src="/files/YfxoetGGvfE5lz0HhC5s" alt=""><figcaption><p>Select Add friend Type</p></figcaption></figure>

Then, you can adjust your script by edit those following options:

* Number of requests: Enter the number of requests you want to accept as your friends
* Delay time (s): This range will be randomly picked by the system base on your setting and is the delay time between each Accepting friend time.
* Stop after Facebook warning (times): Enter the time after getting Facebook warning to stop add friends.
* You can tick on the box "Only add friends with people who have mutual friends" to only add friends who have mutual contacts with your account.

<figure><img src="/files/e2pj3vigWh0i4twpa8w5" alt=""><figcaption><p>Edit Add friend Script</p></figcaption></figure>

For a better look, please refer to the following tutorial video.

{% embed url="<https://www.loom.com/share/1de161e720a14150820308c10d576432?sid=262ebc85-d121-4e5f-af69-0c91efc55e8d>" %}


---

# 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://autofaces-organization.gitbook.io/autoface-documents-en/product-guides/automation-scripts/scripts-description/general-script/8.-add-friends.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.
