# Planpoint Viewer Docs - [Welcome](https://viewerdocs.planpoint.io/welcome.md): In this documentation site, you will find all the necessary knowledge to create and edit a plan viewer, as well as developer docs for our API and our SDK kit. - [Checklist](https://viewerdocs.planpoint.io/checklist.md): This checklist is designed to guide you through a successful Planpoint launch, from planning and preparation to execution. - [Settings](https://viewerdocs.planpoint.io/settings.md): This article describes how to create a plan viewer with Planpoint starting with the first module: the general settings. - [Exterior](https://viewerdocs.planpoint.io/exterior.md): Following the completion of the settings module, proceed to the exterior module to start building your Planpoint. - [Units](https://viewerdocs.planpoint.io/units.md) - [Floors](https://viewerdocs.planpoint.io/floors.md) - [Media Gallery](https://viewerdocs.planpoint.io/media-gallery.md) - [Style & Embed](https://viewerdocs.planpoint.io/preview-embed.md): In this module, you can preview your project, edit hosting options and customize the style of your Planpoint Viewer. - [Form](https://viewerdocs.planpoint.io/documentation/general/advanced-features/forms.md) - [Change information](https://viewerdocs.planpoint.io/edit-info.md): Here you can find how to modify/update your projects. - [Members](https://viewerdocs.planpoint.io/members.md): Invite Admins or Editors to a specific projet or to the full account. - [Themes](https://viewerdocs.planpoint.io/documentation/general/editing-and-management/themes.md) - [Colors](https://viewerdocs.planpoint.io/colors.md) - [Terminology](https://viewerdocs.planpoint.io/documentation/general/editing-and-management/terminology.md) - [Group project](https://viewerdocs.planpoint.io/multi-phase.md): This article describes how to create a **multi-phase** or **multi-building** project, otherwise called a Group project. - [Enterprise](https://viewerdocs.planpoint.io/enterprise-new.md): This new feature allows you to showcase all your projects and availabilities in a single map interface. Here is how you can build it. - [Enterprise Map & Points of Interest](https://viewerdocs.planpoint.io/enterprise-map-embed.md): How to show Points of Interest on your Enterprise map and control the embed with URL parameters (project=, grid=false, pois=true, and more). - [360° project](https://viewerdocs.planpoint.io/360.md): This new feature allows you to create a 360º outlook of your project’s environment and enhance your user‘s experience. Please note you need more than one rendering or photo of your project to enable this feature. - [Custom CSS](https://viewerdocs.planpoint.io/custom-css.md): Take full control of your viewer's styling with your own CSS, written and previewed live inside the style editor. - [Homes & Land](https://viewerdocs.planpoint.io/homes-land.md) - [Unit variants](https://viewerdocs.planpoint.io/unit-variants.md) - [Choice of Finishes](https://viewerdocs.planpoint.io/custom-finishes.md): Let buyers pick between different finish packages (kitchen, bathroom, and more) directly in the plan viewer - [Superframe & Touchscreen TVs](https://viewerdocs.planpoint.io/superframe.md): A specialized app designed to enhance your sales presentations on touchscreen TVs or tablets. - [PostMessage Tracking](https://viewerdocs.planpoint.io/documentation/general/advanced-features/post-message.md) - [Analytics](https://viewerdocs.planpoint.io/analytics.md): Track views, downloads, favourites and leads across your units, understand demand, and share the numbers as a PDF, spreadsheet or AI written summary - [Conversion Tracking](https://viewerdocs.planpoint.io/conversion-tracking.md): This page explains how to use Conversion Tracking for Planpoint. - [SEO indexing](https://viewerdocs.planpoint.io/documentation/general/advanced-features/untitled-page.md): Turn your Planpoint Viewer into search engine-indexable pages so clients can find your units directly from search result pages (Google, Bing, and AI). - [Deep Linking to specific units](https://viewerdocs.planpoint.io/link-units.md) - [Amenities and parking](https://viewerdocs.planpoint.io/amenities-parkings.md): This new feature allows you to add amenities and parking spaces to your Planpoint. - [Custom buttons](https://viewerdocs.planpoint.io/custom-buttons.md) - [Allocations](https://viewerdocs.planpoint.io/allocations.md): The allocation feature is a brand-new feature to Planpoint. It allows you to assign limited access to floors and units for preferred people, whether it is VIP brokers working on your project or even stakeholders. - [Zapier Integration with Planpoint](https://viewerdocs.planpoint.io/zapier.md): Learn how to connect Planpoint with over 6,000 apps using Zapier. - [Lock Screen](https://viewerdocs.planpoint.io/lock-screen.md): The lock screen feature encourage visitors to share their information to gain access to your Planpoint before accessing the project plans. This approach ensures that your sales team can reach out to individuals showing interest in your project. - [Payments](https://viewerdocs.planpoint.io/payments.md): Easily set up and accept payments for deposits and reservations in over 135 currencies and 40+ payment methods - [Introduction to Planpoint API](https://viewerdocs.planpoint.io/api-documentation/introduction.md): In this section, we will be exploring our public RESTful API. - [Login](https://viewerdocs.planpoint.io/api-documentation/endpoint/user/login.md) - [Get Groups](https://viewerdocs.planpoint.io/api-documentation/endpoint/groups/get.md) - [Get Group](https://viewerdocs.planpoint.io/api-documentation/endpoint/groups/id/get.md): Fetch a group - [Create Group](https://viewerdocs.planpoint.io/api-documentation/endpoint/groups/post.md): Create a new group - [Update Group](https://viewerdocs.planpoint.io/api-documentation/endpoint/groups/id/patch.md): Update an existing group by Id - [Get Projects](https://viewerdocs.planpoint.io/api-documentation/endpoint/projects/get.md): Fetch projects - [Get Project](https://viewerdocs.planpoint.io/api-documentation/endpoint/projects/id/get.md): Fetch a project - [Create Project](https://viewerdocs.planpoint.io/api-documentation/endpoint/projects/post.md): Create a new project - [Update Project](https://viewerdocs.planpoint.io/api-documentation/endpoint/projects/id/patch.md): Update an existing project by Id - [Get Floors](https://viewerdocs.planpoint.io/api-documentation/endpoint/floors/get.md): Fetch floors - [Get Floor](https://viewerdocs.planpoint.io/api-documentation/endpoint/floors/id/get.md): Fetch a floor - [Create Floor](https://viewerdocs.planpoint.io/api-documentation/endpoint/floors/post.md): Create a new floor - [Update Floor](https://viewerdocs.planpoint.io/api-documentation/endpoint/floors/id/patch.md) - [Get Units](https://viewerdocs.planpoint.io/api-documentation/endpoint/units/get.md): Fetch units - [Get Unit](https://viewerdocs.planpoint.io/api-documentation/endpoint/units/id/get.md): Fetch a unit - [Create Unit](https://viewerdocs.planpoint.io/api-documentation/endpoint/units/post.md): Create a new unit - [Update Unit](https://viewerdocs.planpoint.io/api-documentation/endpoint/units/id/patch.md): Update an existing unit by Id - [Delete Unit](https://viewerdocs.planpoint.io/api-documentation/endpoint/units/id/delete.md): This can only be done by the logged in unit. - [Get Leads](https://viewerdocs.planpoint.io/api-documentation/endpoint/leads/get.md): Fetch leads - [Introduction to Planpoint SDK](https://viewerdocs.planpoint.io/sdk-documentation/introduction.md): Integrate real estate project data into your application with the official Planpoint SDK. - [JavaScript](https://viewerdocs.planpoint.io/sdk-documentation/java-script.md) - [Python](https://viewerdocs.planpoint.io/sdk-documentation/untitled-page.md) - [Go](https://viewerdocs.planpoint.io/sdk-documentation/go.md) - [Java](https://viewerdocs.planpoint.io/untitled-page.md) - [PHP](https://viewerdocs.planpoint.io/sdk-documentation/php.md) ## OpenAPI Specs - [openapi](/api-documentation/openapi.json) ## Optional - [New releases](https://www.planpoint.io/new-releases/updates) - [Main website](https://www.planpoint.io/) - [Support](mailto:support@planpoint.io)