> For the complete documentation index, see [llms.txt](https://docs.restock.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.restock.gg/problem-solving/tutorials/import-accounts-under-facebook-google-login-using-our-cookie-importer.md).

# Import accounts under Facebook / Google login using our Cookie Importer

{% hint style="danger" %}
If it's your first time selling on these sites, please **manually list an item** to see if everything works smoothly before importing them to the tool.
{% endhint %}

1. Download the "Cookie-Editor" extension:

{% embed url="<https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm?pli=1>" %}

2. Log in on the website you need cookies from.
3. Open the extension while you are on the website and click the Export button on the bottom right corner, then export as JSON.

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

4. Your cookies are copied to your clipboard, and you can paste them into the bot.

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


---

# 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://docs.restock.gg/problem-solving/tutorials/import-accounts-under-facebook-google-login-using-our-cookie-importer.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.
