# Introduction

## Quick start

To begin using our API, follow these steps:

1.⁠ ⁠Sign Up: If you don't have an existing account, please register using the following link:\
\
Development : [Sign up on sandbox](https://b2b-dev.fezdelivery.co/).\
Production: [Sign Up](https://businessportal.fezdelivery.co/register).

2.⁠ ⁠Log In: After registration, log in to the B2B platform using the email and password you provided during sign up.

3.⁠ ⁠Obtain Authentication Key: Once logged in, navigate to the "Developers" section in the side menu. Under the "Manage Keys" dropdown, you'll find the option to obtain the authentication key required for integration.<br>

Development Base URL  : [https://apisandbox.fezdelivery.co/v1](https://apisandbox.fezdelivery.co/v1/order)

{% content-ref url="/pages/J5BNEa70zMCVL23aqaQD" %}
[Auth](/fezcorporate-api-docs/api-endpoints/auth.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://fez-delivery-co.gitbook.io/fezcorporate-api-docs/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
