> 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.md).

# PROBLEM SOLVING

- [Tutorials](https://docs.restock.gg/problem-solving/tutorials.md): Navigate to specific how-to guides and problem-solving tutorials.
- [StockX Market Adjusted Prices](https://docs.restock.gg/problem-solving/tutorials/stockx-market-adjusted-prices.md)
- [StockX Login](https://docs.restock.gg/problem-solving/tutorials/stockx-login.md): How to connect a StockX account using browser login, passkeys, 2FA, or cookie fallback.
- [Proof of Delivery (PoD)](https://docs.restock.gg/problem-solving/tutorials/proof-of-delivery-pod.md): Learn how to download and access Proof of Delivery documents for your shipped orders.
- [How can I ship electronics, sneakers, t-shirts, and all type of StockX sales in a bulk shipment?](https://docs.restock.gg/problem-solving/tutorials/how-can-i-ship-electronics-sneakers-t-shirts-and-all-type-of-stockx-sales-in-a-bulk-shipment.md): How can I ship electronics, sneakers, t-shirts, and all type of StockX sales in a bulk shipment?
- [Shortcuts](https://docs.restock.gg/problem-solving/tutorials/shortcuts.md): Learn keyboard shortcuts to navigate RestocksAIO more efficiently.
- [Receive more Wethenew Offers](https://docs.restock.gg/problem-solving/tutorials/receive-more-wethenew-offers.md): Optimize your settings to increase Wethenew offers.
- [Add Item to Database](https://docs.restock.gg/problem-solving/tutorials/add-item-to-database.md): Guide for manually adding new products to the database.
- [Sell As Business](https://docs.restock.gg/problem-solving/tutorials/sell-as-business.md): Learn how to register as a business seller and manage VAT for each supported platform.
- [Import accounts under Facebook / Google login using our Cookie Importer](https://docs.restock.gg/problem-solving/tutorials/import-accounts-under-facebook-google-login-using-our-cookie-importer.md): This can be used to import your StockX or Wethenew account.
- [How to do proper invoices](https://docs.restock.gg/problem-solving/tutorials/how-to-do-proper-invoices.md): Generate invoices with automatic tax calculations and proper business details.
- [How I can get access to the public StockX API?](https://docs.restock.gg/problem-solving/tutorials/how-i-can-get-access-to-the-public-stockx-api.md): Steps to request and integrate StockX's public API.
- [Recreate Bricker Mode Tasks](https://docs.restock.gg/problem-solving/tutorials/recreate-bricker-tasks.md): Rebuild existing Bricker Mode tasks that are outdated or stuck in an error state.
- [Errors](https://docs.restock.gg/problem-solving/errors.md): Error explanations and solutions.
- [Status Code: None](https://docs.restock.gg/problem-solving/errors/status-code-none.md): Connection error.
- [Status Code: Too Many Requests](https://docs.restock.gg/problem-solving/errors/status-code-too-many-requests.md): Rate Limit Reached.
- [There's no available proxies for the current assignation](https://docs.restock.gg/problem-solving/errors/theres-no-available-proxies-for-the-current-assignation.md): Solving proxy unavailability errors.
- [Error](https://docs.restock.gg/problem-solving/errors/error.md)
- [Stuck on "Successful login, setting up your key..."](https://docs.restock.gg/problem-solving/errors/stuck-on-successful-login-setting-up-your-key....md): Fixing authentication stalls during login.
- [My wethenew tasks are not sniping offers](https://docs.restock.gg/problem-solving/errors/my-wethenew-tasks-are-not-sniping-offers.md): Troubleshooting guide for Wethenew sniper functionality issues.
- [Program crashes when adding profile](https://docs.restock.gg/problem-solving/errors/program-crashes-when-adding-profile.md): Diagnosing and resolving application crashes during profile creation.


---

# 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.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.
