> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/guided-walkthroughs/using-order-desk/my-store-is-set-up-now-what.md).

# My Store Is Set Up, Now What?

When you’re finished setting up your store, there’s still work that can be done to make the most of Order Desk’s features. Here are just a few of the things you can do to enhance your store even further.

### Two-Factor Authentication

Also known as *2FA*, this is a common feature across many services where you must provide a unique login code in order to log in to your account. This helps prevent unauthorized access to your account, as even if someone has somehow stolen your password, they will not be able to log in without providing the unique code.

To learn more about setting this up, please refer to our [Managing Your Account](/guided-walkthroughs/using-order-desk/managing-your-account.md) guide.

### Adding Store Users

If you’re operating a business that requires people other than yourself to access your Order Desk store, you can invite them as a contributor so they can have their own unique login. The amount of users you can add to your store can vary depending on which plan you’re on.

To learn more about adding additional users to your store, check out [How to Add Store Users & Permissions](/integration-setup-guides/tools-and-productivity/how-to-add-store-users-and-permissions.md) guide.

### Managing Multiple Stores

You can manage multiple businesses under one Order Desk account and freely toggle between them on your dashboard, but it requires some additional setup to make sure they’re all connected to the same login and pricing plan.

To learn more about setting this up, please refer to our [How to Manage Multiple Stores on One Account](/guided-walkthroughs/using-order-desk/how-to-manage-multiple-stores-on-one-account.md) guide.

### Keep up with our socials

We here at Order Desk love to stay connected to our community. Here are just a few of the places where you can stay updated, join in on insightful conversations about ecommerce, and so much more.

* [Order Desk Insiders](https://www.facebook.com/groups/orderdesk) on Facebook
* [Order Desk](https://www.threads.com/@orderdeskrules) on Threads
* [Order Desk](https://www.reddit.com/r/orderdesk/) on Reddit

### Reach out to Support

Our support team is there to assist you with any question you may have, whether you just want us to double check your setup or you’re bumping into a particular issue that you can’t quite fix. No question is too small, so don’t hesitate to reach out through the link below.


---

# 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://help.orderdesk.com/guided-walkthroughs/using-order-desk/my-store-is-set-up-now-what.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.
