> For the complete documentation index, see [llms.txt](https://easy-space.gitbook.io/easy-space-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easy-space.gitbook.io/easy-space-docs/getting-started/readme.md).

# Welcome to Easy Space! 🎉

Easy Space helps you run your coworking space from one dashboard. You can manage members, memberships, bookings, payments, and the member experience in one place.

If you are setting up your space for the first time, start with the basics below. You do not need to configure every feature on day one. Focus first on the parts your space will actively use.

## Before You Begin

Before you start, decide:

* What your members can book: desks, rooms, offices, or custom resources
* What you want to sell: memberships, products, or both
* How you want to take payments
* What your members should see in the Members App

## 1. Set Up Your Space Basics

When you complete signup and create your first venue, Easy Space also creates an **organization** for billing — you will usually only interact with **Space Settings** for day-to-day setup. If you later run **multiple locations** under one subscription (Enterprise / Multi Location tier), use [Managing your organization](/easy-space-docs/organization/managing-your-organization.md) and [Multi-venue management](/easy-space-docs/organization/multi-venue-management.md). Start by adding your core space information so your dashboard and Members App reflect your brand.

* Add your space name and logo in **Space Settings**. See [General Settings](/easy-space-docs/space-settings/general-settings.md).
* Review your company and tax details if you will be charging for memberships, bookings, or products. See [Company & Tax Settings](/easy-space-docs/space-settings/company-tax-settings.md).
* If you want to automate external workflows or accept online payments, review [Integrations](/easy-space-docs/space-settings/integrations.md).

## 2. Add What Members Can Book or Buy

Next, configure the resources and services your space offers. You only need to set up the ones that match your business.

* Use [Adding and Managing Desks](/easy-space-docs/space-settings/adding-and-managing-desks.md) if you offer desk access.
* Use [Adding and Managing Rooms](/easy-space-docs/space-settings/adding-and-managing-rooms.md) if members can book meeting rooms or other spaces.
* Use [Adding and Managing Offices](/easy-space-docs/space-settings/adding-and-managing-offices.md) if you rent private offices.
* Use [Adding and Managing Custom Resources](/easy-space-docs/space-settings/adding-and-managing-custom-resources.md) for anything else you want members to book.
* Use [Adding and Managing Products](/easy-space-docs/space-settings/adding-and-managing-products.md) for add-ons such as services, passes, or retail items.

## 3. Create Membership Plans and Payment Options

Once your resources are ready, set up how members will pay and what access they receive.

* Create your plans in [Adding and Editing Membership Plans](/easy-space-docs/space-settings/adding-and-editing-membership-plans.md).
* Add or review your accepted payment methods in [Adding and Managing Payment Methods](/easy-space-docs/space-settings/adding-and-managing-payment-methods.md).
* If you want online payments, connect a supported payment provider from **Space Settings**. See [Integrations](/easy-space-docs/space-settings/integrations.md).

Tip: Start with one or two clear membership plans first. You can always expand your pricing later.

## 4. Customize the Members App

Your Members App is what members use to view your space, purchase plans, and interact with your services.

* Set your app homepage, contact details, and FAQs in [App Homepage](/easy-space-docs/members-app/app-homepage.md).
* Choose which parts of the app members can access in [App Modules](/easy-space-docs/members-app/app-modules.md).
* Decide what information members should provide in [Member Fields](/easy-space-docs/members-app/member-fields.md).
* Add your policies so members can review your rules and terms. See [Policies](/easy-space-docs/members-app/policies.md).

## 5. Add Your First Members

When your setup is ready, you can start building your member base.

* Add members one by one or import them in bulk from [Adding and Managing Members](/easy-space-docs/members-and-memberships/adding-and-managing-members.md).
* View and update individual member records from [View and Edit Individual Members](/easy-space-docs/members-and-memberships/view-and-edit-individual-members.md).
* If needed, organize members with groups from the **Members** section.

## Go-Live Checklist

Before you start accepting real bookings or payments, make sure:

* Your branding and contact information are correct
* Your main resources or products are active
* Your membership plans and pricing are ready
* Your payment setup matches how you want to charge members
* Your Members App shows only the sections you want members to use
* You have added at least one test member and reviewed the experience end to end

## Where to Go Next

After the basics are in place, you can continue with the areas most relevant to your space:

* [Multi-venue management](/easy-space-docs/organization/multi-venue-management.md) (if you operate or plan multiple locations on one Easy Space subscription)
* [Creating and Managing Memberships](/easy-space-docs/members-and-memberships/creating-and-managing-memberships.md)
* [Managing Invoices](/easy-space-docs/finance/managing-invoices.md)
* [Managing Transactions](/easy-space-docs/finance/managing-transactions.md)
* [Event Management & Ticketing](/easy-space-docs/events/event-management-ticketing.md)
* [Revenue Report](/easy-space-docs/reports/revenue-report.md)


---

# 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://easy-space.gitbook.io/easy-space-docs/getting-started/readme.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.
