> For the complete documentation index, see [llms.txt](https://eshop.gitbook.io/eshopbox-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eshop.gitbook.io/eshopbox-developers/setting.md).

# SETTING

- [Portal](https://eshop.gitbook.io/eshopbox-developers/setting/portal.md): Portals are the core resource to any project.
- [Get All Portals](https://eshop.gitbook.io/eshopbox-developers/setting/portal/get-all-portals.md)
- [Workspace](https://eshop.gitbook.io/eshopbox-developers/setting/workspace.md)
- [Create a workspace](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/create-a-workspace.md): Workspace is used to access the various resources provided by Eshopbox to a client after successfully signup process.
- [Get all workspaces](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/get-all-workspaces.md)
- [Get a workspace](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/get-a-workspace.md)
- [Update a workspace](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/update-a-workspace.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/setting/workspace/filtering.md)
- [Sales Channel](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription.md)
- [Create a Sales Channel](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription/create-a-subscription.md): The sales channel represents where a user sell their products. Subscribing to a Sales Channel will enable user to fulfill orders placed on it.
- [Update a Sales Channel](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription/update-a-sales-channel.md)
- [Get all Sales Channels](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription/get-all-sales-channels.md)
- [Get a Sales Channel](https://eshop.gitbook.io/eshopbox-developers/setting/sales-channel-subscription/get-a-sales-channel.md)
- [Fulfillment Center](https://eshop.gitbook.io/eshopbox-developers/setting/subscription.md)
- [Create a Fc Subscription](https://eshop.gitbook.io/eshopbox-developers/setting/subscription/create-a-fc-subscription.md): A fulfillment center (FC) is a physical location from which Eshopbox fulfills orders. Subscribing fulfillment center (FC) will allow a user to send their inventory to Eshobox warehouses.
- [Get all Fulfillment center](https://eshop.gitbook.io/eshopbox-developers/setting/subscription/get-all-fulfillment-center.md)
- [Get a Fc Subscription](https://eshop.gitbook.io/eshopbox-developers/setting/subscription/get-a-fc-subscription-1.md)
- [Update a Fc Subscription](https://eshop.gitbook.io/eshopbox-developers/setting/subscription/update-a-fc-subscription.md)
- [Contact](https://eshop.gitbook.io/eshopbox-developers/setting/contacts.md): Contact is an external entity who is part of  business process(s). You may enter into multiple dealings with your contact. Eshopbox allows you to create a Contact to track its involvement with you
- [Create a Contact](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/create-a-contact.md)
- [Get all Contacts](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/get-all-contacts.md)
- [Get a Contact](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/get-a-contact.md)
- [Update a Contact](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/update-a-contact.md)
- [Filtering](https://eshop.gitbook.io/eshopbox-developers/setting/contacts/filtering.md)
- [Team](https://eshop.gitbook.io/eshopbox-developers/setting/team.md)
- [Create a Team Member](https://eshop.gitbook.io/eshopbox-developers/setting/team/create-a-team-member.md): Add team members of your organization to the workspace so you can work together on the processes.
- [Update a Team Member](https://eshop.gitbook.io/eshopbox-developers/setting/team/update-a-team-member.md)
- [Get a Team Member](https://eshop.gitbook.io/eshopbox-developers/setting/team/get-a-team-member.md)
- [Get all Team Members](https://eshop.gitbook.io/eshopbox-developers/setting/team/get-all-team-members.md)
- [Location](https://eshop.gitbook.io/eshopbox-developers/setting/location.md)
- [Create Location](https://eshop.gitbook.io/eshopbox-developers/setting/location/create-location.md): This API allows users to create a Location in the Eshopbox workspace.


---

# 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://eshop.gitbook.io/eshopbox-developers/setting.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.
