# Projects

In LinkSense — a dynamic link management platform for mobile and web apps — projects are the top-level organizational unit. Each project is a container for dynamic links and has its own subdomain. You might have one project for your production app, one for a marketing campaign, and another for testing.

Every dynamic link belongs to exactly one project. The project determines the subdomain in the link URL, the iOS / Android apps registered for deep linking, and the analytics dashboard view.

## Creating a project

From the Dashboard, click **New Project** and provide:

- **Project name** — a descriptive name (e.g. "My Mobile App").
- **Subdomain** — a unique subdomain used in every link URL.

The subdomain can be changed later from the project settings page, and your link URLs update to match. Choose a clear subdomain — it becomes part of all your link URLs.

The number of projects you can create depends on your plan. Free is 1 project; Pro is unlimited.

## Project settings

From the project settings page you can:

- Update the project name.
- Manage the project's custom domain.
- View project-level analytics.
- Manage dynamic links within the project.

To register iOS and Android apps for deep linking, use the project's Apps tab rather than the settings page.

## Subdomains

Each project has a unique subdomain under the LinkSense root domain. Dynamic link URLs follow this format:

```
https://<your-subdomain>.linksense.net/<custom-path>
```

Subdomains must be unique across all LinkSense users. They may contain lowercase letters, numbers, and hyphens. Reserved words (`app`, `api`, `www`, etc.) cannot be used.

## Deleting a project

Deleting a project permanently removes all its dynamic links, app registrations, and analytics data. This is irreversible — any existing links using the project's subdomain stop working immediately.

To delete: project settings → danger zone at the bottom → confirm by typing the project name.
