# Sublay Documentation: 6.0.0

## 6.0.0

### Overview

#### Getting Started

- [Introduction](https://docs.sublay.io/v6/index.md): Learn how to integrate social features into your app in minutes
- [Integration Options](https://docs.sublay.io/v6/integration-options.md): Choose how to integrate Sublay into your application
- [Authentication](https://docs.sublay.io/v6/authentication.md): Learn how authentication works in Sublay
- [Security](https://docs.sublay.io/v6/security.md): Learn about Sublay's security features and webhook-based validation
- [MCP Server](https://docs.sublay.io/v6/mcp-server.md): Integrate Sublay with AI tools using the Model Context Protocol

#### SDKs

- [Node.js SDK](https://docs.sublay.io/v6/nodejs-sdk.md): Get started with the Sublay Node.js SDK
- [JavaScript SDK](https://docs.sublay.io/v6/js-sdk.md): Get started with the Sublay JavaScript SDK

### SDK Reference

#### React & React Native

- [Getting Started](https://docs.sublay.io/v6/sdk/getting-started.md): Get started with Sublay in React and React Native projects

#### Authentication

- [Overview](https://docs.sublay.io/v6/sdk/authentication/overview.md)
- [Built In](https://docs.sublay.io/v6/sdk/authentication/built-in.md)
- [External](https://docs.sublay.io/v6/sdk/authentication/external.md)

#### Users

- [Use User Hook](https://docs.sublay.io/v6/sdk/users/use-user-hook.md)

#### Relationships

- [Overview](https://docs.sublay.io/v6/sdk/relationships/overview.md)
- [Hook](https://docs.sublay.io/v6/sdk/relationships/use-follow-manager.md)
- [useConnectionManager](https://docs.sublay.io/v6/sdk/relationships/use-connection-manager.md)

#### Entities

- [Overview](https://docs.sublay.io/v6/sdk/entities/overview.md)
- [Provider And Hook](https://docs.sublay.io/v6/sdk/entities/provider-and-hook.md)

#### Entity Lists

- [Overview](https://docs.sublay.io/v6/sdk/entity-lists/overview.md)
- [Fetch Entities](https://docs.sublay.io/v6/sdk/entity-lists/fetch-entities.md)
- [Infuse Data](https://docs.sublay.io/v6/sdk/entity-lists/infuse-data.md)
- [Title Filters](https://docs.sublay.io/v6/sdk/entity-lists/filters/title-filters.md)
- [Content Filters](https://docs.sublay.io/v6/sdk/entity-lists/filters/content-filters.md)
- [Keywords Filters](https://docs.sublay.io/v6/sdk/entity-lists/filters/keywords-filters.md)
- [Attachments Filters](https://docs.sublay.io/v6/sdk/entity-lists/filters/attachments-filters.md)
- [Location Filters](https://docs.sublay.io/v6/sdk/entity-lists/filters/location-filters.md)
- [Metadata Filters](https://docs.sublay.io/v6/sdk/entity-lists/filters/metadata-filters.md)

#### Lists

- [Overview](https://docs.sublay.io/v6/sdk/lists/overview.md)
- [Hook](https://docs.sublay.io/v6/sdk/lists/hook.md)
- [Use Is Entity Saved](https://docs.sublay.io/v6/sdk/lists/use-is-entity-saved.md)

#### App Notifications

- [Overview](https://docs.sublay.io/v6/sdk/app-notifications/overview.md)
- [Hook](https://docs.sublay.io/v6/sdk/app-notifications/hook.md)
- [Notification Templates](https://docs.sublay.io/v6/sdk/app-notifications/notification-templates.md)
- [Webhook Integration](https://docs.sublay.io/v6/sdk/app-notifications/webhook-integration.md)

#### Moderation

- [Moderation](https://docs.sublay.io/v6/sdk/moderation.md)

### Components

#### Overview

- [Components Overview](https://docs.sublay.io/v6/components/overview.md): Own your components with Sublay's CLI-based distribution system

#### Installation

- [CLI Setup](https://docs.sublay.io/v6/components/installation/cli-setup.md): Install and configure the Sublay CLI
- [Configuration](https://docs.sublay.io/v6/components/installation/configuration.md): Understanding the replyke.json configuration file
- [Quick Start](https://docs.sublay.io/v6/components/installation/quick-start.md): Get comment components running in under 5 minutes

#### Component Types

- [Component Types](https://docs.sublay.io/v6/components/components/overview.md): Choose the right comment style for your application

#### Threaded Comments

- [Threaded Comments Overview](https://docs.sublay.io/v6/components/components/threaded/overview.md): Reddit-style threaded comment system with unlimited nesting
- [Installing Threaded Comments](https://docs.sublay.io/v6/components/components/threaded/installation.md): Add Reddit-style threaded comments to your project
- [Props & API](https://docs.sublay.io/v6/components/components/threaded/props-api.md): ThreadedCommentSection component props and configuration
- [File Structure](https://docs.sublay.io/v6/components/components/threaded/file-structure.md): Understanding the threaded comments file organization
- [Features](https://docs.sublay.io/v6/components/components/threaded/features.md): Explore all threaded comments features

#### Social Comments

- [Social Comments Overview](https://docs.sublay.io/v6/components/components/social/overview.md): Instagram-style social comment system
- [Installing Social Comments](https://docs.sublay.io/v6/components/components/social/installation.md): Add Instagram-style social comments to your project
- [Social Comments Props](https://docs.sublay.io/v6/components/components/social/props-api.md): SocialCommentSection props and API
- [Social Comments File Structure](https://docs.sublay.io/v6/components/components/social/file-structure.md): File organization for social comments
- [Social Comments Features](https://docs.sublay.io/v6/components/components/social/features.md): Feature overview for social comments

#### Notification Control

- [Notification Control Overview](https://docs.sublay.io/v6/components/components/notifications/overview.md): Dropdown notification bell control for real-time app notifications
- [Installing Notification Control](https://docs.sublay.io/v6/components/components/notifications/installation.md): Add notification dropdown to your project
- [Props & API Reference](https://docs.sublay.io/v6/components/components/notifications/props-api.md): NotificationControl component props and configuration
- [Customization Guide](https://docs.sublay.io/v6/components/components/notifications/customization.md): Customize notification control appearance and behavior
- [Integration Examples](https://docs.sublay.io/v6/components/components/notifications/integration-examples.md): Real-world notification control integration examples

#### Customization

- [Customization Overview](https://docs.sublay.io/v6/components/customization/overview.md): Customize components to match your brand
- [Colors & Theming](https://docs.sublay.io/v6/components/customization/colors-theming.md): Customize colors and implement dark mode
- [Layout & Structure](https://docs.sublay.io/v6/components/customization/layout-structure.md): Modify component layout and structure
- [Styling Variants](https://docs.sublay.io/v6/components/customization/styling-variants.md): Inline styles vs Tailwind CSS
- [Adding Features](https://docs.sublay.io/v6/components/customization/adding-features.md): Add custom functionality to components
- [Advanced Customization](https://docs.sublay.io/v6/components/customization/advanced.md): Advanced techniques for customization

#### Migration

- [Migration Guide](https://docs.sublay.io/v6/components/migration/npm-to-cli.md): Migrate from npm packages to CLI components
- [Callback Mapping Guide](https://docs.sublay.io/v6/components/migration/mapping-guide.md): Map styleCallbacks to source file locations
- [Migration FAQ](https://docs.sublay.io/v6/components/migration/faq.md): Common questions about migrating to CLI components

#### Legacy (Deprecated)

- [Legacy Documentation](https://docs.sublay.io/v6/components/legacy/overview.md): Deprecated npm package documentation
- [Component](https://docs.sublay.io/v6/components/legacy/social/component.md)
- [Provider And Hook](https://docs.sublay.io/v6/components/legacy/social/provider-and-hook.md)
- [Styling](https://docs.sublay.io/v6/components/legacy/social/styling.md)
- [Callbacks](https://docs.sublay.io/v6/components/legacy/social/callbacks.md)
- [Component](https://docs.sublay.io/v6/components/legacy/threaded/component.md)
- [Provider And Hook](https://docs.sublay.io/v6/components/legacy/threaded/provider-and-hook.md)
- [Styling](https://docs.sublay.io/v6/components/legacy/threaded/styling.md)
- [Callbacks](https://docs.sublay.io/v6/components/legacy/threaded/callbacks.md)
- [Gifs And Emojis](https://docs.sublay.io/v6/components/legacy/gifs-and-emojis.md)

### Hooks Reference

#### Overview

- [Hooks Overview](https://docs.sublay.io/v6/hooks/overview.md)

#### Crypto Hooks

- [Use Sign Testing Jwt](https://docs.sublay.io/v6/hooks/crypto/use-sign-testing-jwt.md)

#### User Hooks

- [Use Fetch User](https://docs.sublay.io/v6/hooks/users/use-fetch-user.md)
- [Use Fetch User By Foreign Id](https://docs.sublay.io/v6/hooks/users/use-fetch-user-by-foreign-id.md)
- [Use Fetch User Followers Count](https://docs.sublay.io/v6/hooks/users/use-fetch-user-followers-count.md)
- [Use Fetch User Following Count](https://docs.sublay.io/v6/hooks/users/use-fetch-user-following-count.md)
- [Use Fetch User Suggestions](https://docs.sublay.io/v6/hooks/users/use-fetch-user-suggestions.md)
- [Use Mentions](https://docs.sublay.io/v6/hooks/users/use-mentions.md)
- [Use Check Username Availability](https://docs.sublay.io/v6/hooks/users/use-check-username-availability.md)
- [Use Update User](https://docs.sublay.io/v6/hooks/users/use-update-user.md)

#### Follow Hooks

- [Use Follow User](https://docs.sublay.io/v6/hooks/follows/use-follow-user.md)
- [Use Fetch Followers](https://docs.sublay.io/v6/hooks/follows/use-fetch-followers.md)
- [Use Fetch Followers By User Id](https://docs.sublay.io/v6/hooks/follows/use-fetch-followers-by-user-id.md)
- [Use Fetch Followers Count](https://docs.sublay.io/v6/hooks/follows/use-fetch-followers-count.md)
- [Use Fetch Followers Count By User Id](https://docs.sublay.io/v6/hooks/follows/use-fetch-followers-count-by-user-id.md)
- [Use Fetch Following](https://docs.sublay.io/v6/hooks/follows/use-fetch-following.md)
- [Use Fetch Following By User Id](https://docs.sublay.io/v6/hooks/follows/use-fetch-following-by-user-id.md)
- [Use Fetch Following Count](https://docs.sublay.io/v6/hooks/follows/use-fetch-following-count.md)
- [Use Fetch Following Count By User Id](https://docs.sublay.io/v6/hooks/follows/use-fetch-following-count-by-user-id.md)
- [Use Fetch Follow Status](https://docs.sublay.io/v6/hooks/follows/use-fetch-follow-status.md)
- [Use Follow Manager](https://docs.sublay.io/v6/hooks/follows/use-follow-manager.md)
- [Use Unfollow By Follow Id](https://docs.sublay.io/v6/hooks/follows/use-unfollow-by-follow-id.md)
- [Use Unfollow User By User Id](https://docs.sublay.io/v6/hooks/follows/use-unfollow-user-by-user-id.md)

#### Connection Hooks

- [Use Accept Connection](https://docs.sublay.io/v6/hooks/connections/use-accept-connection.md)
- [Use Connection Manager](https://docs.sublay.io/v6/hooks/connections/use-connection-manager.md)
- [Use Decline Connection](https://docs.sublay.io/v6/hooks/connections/use-decline-connection.md)
- [Use Fetch Connections](https://docs.sublay.io/v6/hooks/connections/use-fetch-connections.md)
- [Use Fetch Connections By User Id](https://docs.sublay.io/v6/hooks/connections/use-fetch-connections-by-user-id.md)
- [Use Fetch Connections Count](https://docs.sublay.io/v6/hooks/connections/use-fetch-connections-count.md)
- [Use Fetch Connections Count By User Id](https://docs.sublay.io/v6/hooks/connections/use-fetch-connections-count-by-user-id.md)
- [Use Fetch Connection Status](https://docs.sublay.io/v6/hooks/connections/use-fetch-connection-status.md)
- [Use Fetch Received Pending Connections](https://docs.sublay.io/v6/hooks/connections/use-fetch-received-pending-connections.md)
- [Use Fetch Sent Pending Connections](https://docs.sublay.io/v6/hooks/connections/use-fetch-sent-pending-connections.md)
- [Use Remove Connection](https://docs.sublay.io/v6/hooks/connections/use-remove-connection.md)
- [Use Remove Connection By User Id](https://docs.sublay.io/v6/hooks/connections/use-remove-connection-by-user-id.md)
- [Use Request Connection](https://docs.sublay.io/v6/hooks/connections/use-request-connection.md)

#### Entity Hooks

- [Use Create Entity](https://docs.sublay.io/v6/hooks/entities/use-create-entity.md)
- [Use Fetch Entity](https://docs.sublay.io/v6/hooks/entities/use-fetch-entity.md)
- [Use Fetch Entity By Foreign Id](https://docs.sublay.io/v6/hooks/entities/use-fetch-entity-by-foreign-id.md)
- [Use Fetch Entity By Short Id](https://docs.sublay.io/v6/hooks/entities/use-fetch-entity-by-short-id.md)
- [Use Update Entity](https://docs.sublay.io/v6/hooks/entities/use-update-entity.md)
- [Use Entity Votes](https://docs.sublay.io/v6/hooks/entities/use-entity-votes.md)
- [Use Upvote Entity](https://docs.sublay.io/v6/hooks/entities/use-upvote-entity.md)
- [Use Remove Entity Upvote](https://docs.sublay.io/v6/hooks/entities/use-remove-entity-upvote.md)
- [Use Downvote Entity](https://docs.sublay.io/v6/hooks/entities/use-downvote-entity.md)
- [Use Remove Entity Downvote](https://docs.sublay.io/v6/hooks/entities/use-remove-entity-downvote.md)
- [Use Increment Entity Views](https://docs.sublay.io/v6/hooks/entities/use-increment-entity-views.md)
- [Use Delete Entity](https://docs.sublay.io/v6/hooks/entities/use-delete-entity.md)
- [Use Entity Data](https://docs.sublay.io/v6/hooks/entities/use-entity-data.md)

#### Comment Hooks

- [Use Create Comment](https://docs.sublay.io/v6/hooks/comments/use-create-comment.md)
- [Use Fetch Comment](https://docs.sublay.io/v6/hooks/comments/use-fetch-comment.md)
- [Use Fetch Comment By Foreign Id](https://docs.sublay.io/v6/hooks/comments/use-fetch-comment-by-foreign-id.md)
- [Use Fetch Many Comments](https://docs.sublay.io/v6/hooks/comments/use-fetch-many-comments.md)
- [Use Update Comment](https://docs.sublay.io/v6/hooks/comments/use-update-comment.md)
- [Use Comment Votes](https://docs.sublay.io/v6/hooks/comments/use-comment-votes.md)
- [Use Upvote Comment](https://docs.sublay.io/v6/hooks/comments/use-upvote-comment.md)
- [Use Remove Comment Upvote](https://docs.sublay.io/v6/hooks/comments/use-remove-comment-upvote.md)
- [Use Downvote Comment](https://docs.sublay.io/v6/hooks/comments/use-downvote-comment.md)
- [Use Remove Comment Downvote](https://docs.sublay.io/v6/hooks/comments/use-remove-comment-downvote.md)
- [Use Delete Comment](https://docs.sublay.io/v6/hooks/comments/use-delete-comment.md)
- [Use Comment Section Data](https://docs.sublay.io/v6/hooks/comments/use-comment-section-data.md)
- [Use Entity Comments](https://docs.sublay.io/v6/hooks/comments/use-entity-comments.md)
- [Use Profile Comments](https://docs.sublay.io/v6/hooks/comments/use-profile-comments.md)

#### Storage Hooks

- [Use Upload File](https://docs.sublay.io/v6/hooks/storage/use-upload-file.md)

#### Moderation Hooks

- [Use Create Report](https://docs.sublay.io/v6/hooks/moderation/use-create-report.md)

### API Reference

#### Getting Started

- [Getting Started](https://docs.sublay.io/v6/api-reference/getting-started.md)
- [Authentication](https://docs.sublay.io/v6/api-reference/authentication.md)

#### Auth Endpoints

- [Sign In](https://docs.sublay.io/v6/api-reference/auth/sign-in.md): Authenticate a user using email and password
- [Sign Up](https://docs.sublay.io/v6/api-reference/auth/sign-up.md): Register a new user with credentials and optional profile data
- [Sign Out](https://docs.sublay.io/v6/api-reference/auth/sign-out.md): Sign out a user by invalidating their refresh token
- [Request New Access Token](https://docs.sublay.io/v6/api-reference/auth/request-new-access-token.md): Obtain a new access token using a valid refresh token
- [Verify External User](https://docs.sublay.io/v6/api-reference/auth/verify-external-user.md): Verify and authenticate a user from an external system using JWT
- [Change Password](https://docs.sublay.io/v6/api-reference/auth/change-password.md): Change the password for an authenticated user

#### User Endpoints

- [Fetch User](https://docs.sublay.io/v6/api-reference/users/fetch-user.md): Retrieve details of a specific user by their ID
- [Fetch User By Foreign Id](https://docs.sublay.io/v6/api-reference/users/fetch-user-by-foreign-id.md): Get or create user by their external foreign ID
- [Fetch User Suggestions](https://docs.sublay.io/v6/api-reference/users/fetch-user-suggestions.md): Get user suggestions for mentions and user pickers
- [Check Username Availability](https://docs.sublay.io/v6/api-reference/users/check-username-availability.md): Check if a username is available for use
- [Update User](https://docs.sublay.io/v6/api-reference/users/update-user.md): Update details of an existing user

#### User Follow Operations

- [User Follow Operations Overview](https://docs.sublay.io/v6/api-reference/users/follows/overview.md): User-centric follow operations for interacting with specific users
- [Create Follow](https://docs.sublay.io/v6/api-reference/users/follows/create-follow.md): Follow another user
- [Delete Follow](https://docs.sublay.io/v6/api-reference/users/follows/delete-follow.md): Unfollow a user
- [Fetch Follow Status](https://docs.sublay.io/v6/api-reference/users/follows/fetch-follow-status.md): Check if current user follows the specified user
- [Fetch Followers](https://docs.sublay.io/v6/api-reference/users/follows/fetch-followers.md): Get paginated list of a user's followers
- [Fetch Followers Count](https://docs.sublay.io/v6/api-reference/users/follows/fetch-followers-count.md): Get the count of followers for a specific user
- [Fetch Following](https://docs.sublay.io/v6/api-reference/users/follows/fetch-following.md): Get paginated list of accounts a user follows
- [Fetch Following Count](https://docs.sublay.io/v6/api-reference/users/follows/fetch-following-count.md): Get the count of accounts a specific user follows

#### Follow Endpoints

- [Overview](https://docs.sublay.io/v6/api-reference/follows/overview.md)
- [Fetch Following](https://docs.sublay.io/v6/api-reference/follows/fetch-following.md): Get paginated list of accounts the current user follows
- [Fetch Followers](https://docs.sublay.io/v6/api-reference/follows/fetch-followers.md): Get paginated list of accounts that follow the current user
- [Fetch Following Count](https://docs.sublay.io/v6/api-reference/follows/fetch-following-count.md): Get the count of accounts the current user follows
- [Fetch Followers Count](https://docs.sublay.io/v6/api-reference/follows/fetch-followers-count.md): Get the count of followers for the current user
- [Delete Follow](https://docs.sublay.io/v6/api-reference/follows/delete-follow.md): Remove a follow relationship by its ID

#### User Connection Operations

- [User Connection Operations Overview](https://docs.sublay.io/v6/api-reference/users/connections/overview.md): User-centric connection operations for interacting with specific users
- [Request Connection](https://docs.sublay.io/v6/api-reference/users/connections/request-connection.md): Send a connection request to another user
- [Fetch Connection Status](https://docs.sublay.io/v6/api-reference/users/connections/fetch-connection-status.md): Check connection status with another user
- [Fetch Connections By User Id](https://docs.sublay.io/v6/api-reference/users/connections/fetch-connections-by-user-id.md): Get paginated list of user's connections
- [Fetch Connections Count By User Id](https://docs.sublay.io/v6/api-reference/users/connections/fetch-connections-count-by-user-id.md): Get the count of connections for a user
- [Remove Connection By User Id](https://docs.sublay.io/v6/api-reference/users/connections/remove-connection-by-user-id.md): Remove a connection with another user

#### Connection Endpoints

- [Connection Operations Overview](https://docs.sublay.io/v6/api-reference/connections/overview.md): Manage the logged in user's connection relationships and requests
- [Get Current User Connections](https://docs.sublay.io/v6/api-reference/connections/fetch-connections.md): Get list of established connections for the current user
- [Get Current User Connections Count](https://docs.sublay.io/v6/api-reference/connections/fetch-connections-count.md): Get the count of established connections for the current user
- [Get Sent Pending Requests](https://docs.sublay.io/v6/api-reference/connections/fetch-sent-pending-connections.md): Get connection requests sent by the current user that are still pending
- [Get Received Pending Requests](https://docs.sublay.io/v6/api-reference/connections/fetch-received-pending-connections.md): Get connection requests received by the current user that are still pending
- [Accept Connection Request](https://docs.sublay.io/v6/api-reference/connections/accept-connection.md): Accept a pending connection request
- [Decline Connection Request](https://docs.sublay.io/v6/api-reference/connections/decline-connection.md): Decline a pending connection request
- [Remove Connection](https://docs.sublay.io/v6/api-reference/connections/remove-connection.md): Remove a connection or withdraw a pending request

#### Entity Endpoints

- [Create Entity](https://docs.sublay.io/v6/api-reference/entities/create-entity.md): Create a new entity with optional metadata, attachments, and location
- [Get Single Entity](https://docs.sublay.io/v6/api-reference/entities/fetch-entity.md): Fetch a single entity by its ID
- [Get Entity by Foreign ID](https://docs.sublay.io/v6/api-reference/entities/fetch-entity-by-foreign-id.md): Retrieve an entity by its external foreign ID
- [Get Entity by Short ID](https://docs.sublay.io/v6/api-reference/entities/fetch-entity-by-short-id.md): Retrieve an entity using its short identifier
- [Fetch Entities](https://docs.sublay.io/v6/api-reference/entities/fetch-many-entities.md): Fetch a list of entities with pagination, sorting, and advanced filtering
- [Update Entity](https://docs.sublay.io/v6/api-reference/entities/update-entity.md): Update an existing entity's properties
- [Upvote Entity](https://docs.sublay.io/v6/api-reference/entities/upvote-entity.md): Upvote an entity on behalf of the authenticated user
- [Downvote Entity](https://docs.sublay.io/v6/api-reference/entities/downvote-entity.md): Downvote an entity on behalf of the authenticated user
- [Remove Upvote from Entity](https://docs.sublay.io/v6/api-reference/entities/remove-entity-upvote.md): Remove an upvote from an entity
- [Remove Downvote from Entity](https://docs.sublay.io/v6/api-reference/entities/remove-entity-downvote.md): Remove a downvote from an entity
- [Increment Entity Views](https://docs.sublay.io/v6/api-reference/entities/increment-entity-views.md): Increment the view count of an entity
- [Delete Entity](https://docs.sublay.io/v6/api-reference/entities/delete-entity.md): Delete an existing entity

#### Comment Endpoints

- [Create Comment](https://docs.sublay.io/v6/api-reference/comments/create-comment.md): Create a new comment or reply on an entity
- [Get Comment](https://docs.sublay.io/v6/api-reference/comments/fetch-comment.md): Fetch a single comment by its ID
- [Get Comment by Foreign ID](https://docs.sublay.io/v6/api-reference/comments/fetch-comment-by-foreign-id.md): Fetch a comment using its external foreign ID
- [Get Comments](https://docs.sublay.io/v6/api-reference/comments/fetch-many-comments.md): Fetch a paginated list of comments with filtering and sorting options
- [Update Comment](https://docs.sublay.io/v6/api-reference/comments/update-comment.md): Update an existing comment's content
- [Upvote Comment](https://docs.sublay.io/v6/api-reference/comments/upvote-comment.md): Upvote a comment on behalf of the authenticated user
- [Downvote Comment](https://docs.sublay.io/v6/api-reference/comments/downvote-comment.md): Downvote a comment on behalf of the authenticated user
- [Remove Upvote from Comment](https://docs.sublay.io/v6/api-reference/comments/remove-comment-upvote.md): Remove an upvote from a comment
- [Remove Downvote from Comment](https://docs.sublay.io/v6/api-reference/comments/remove-comment-downvote.md): Remove a downvote from a comment
- [Delete Comment](https://docs.sublay.io/v6/api-reference/comments/delete-comment.md): Delete a comment from the project

#### List Endpoints

- [Create Sub-List](https://docs.sublay.io/v6/api-reference/lists/create-new-list.md): Create a new sub-list under a parent list
- [Get Root List](https://docs.sublay.io/v6/api-reference/lists/fetch-root-list.md): Retrieve the authenticated user's root list
- [Get Sub-Lists](https://docs.sublay.io/v6/api-reference/lists/fetch-sub-lists.md): Fetch all sub-lists nested under a parent list
- [Check if Entity is Saved](https://docs.sublay.io/v6/api-reference/lists/is-entity-saved.md): Check if an entity is saved in any user list
- [Update List](https://docs.sublay.io/v6/api-reference/lists/update-list.md): Update the name of an existing list
- [Add Entity to List](https://docs.sublay.io/v6/api-reference/lists/add-entity-to-list.md): Add an entity to a list
- [Remove Entity from List](https://docs.sublay.io/v6/api-reference/lists/remove-entity-from-list.md): Remove an entity from a list
- [Delete List](https://docs.sublay.io/v6/api-reference/lists/delete-list.md): Delete a sub-list owned by the authenticated user

#### App Notification Endpoints

- [Get App Notifications](https://docs.sublay.io/v6/api-reference/app-notifications/fetch-notifications.md): Retrieve a paginated list of app notifications for the authenticated user
- [Count Unread Notifications](https://docs.sublay.io/v6/api-reference/app-notifications/count-unread-notification.md): Get the count of unread app notifications for the authenticated user
- [Mark Notification as Read](https://docs.sublay.io/v6/api-reference/app-notifications/mark-notification-as-read.md): Mark a specific app notification as read for the authenticated user

#### Storage Endpoints

- [Upload File](https://docs.sublay.io/v6/api-reference/storage/upload-file.md): Upload a file to project storage with custom path structure

#### Moderation Endpoints

- [Submit a Report](https://docs.sublay.io/v6/api-reference/moderation/create-report.md): Submit a report for a Comment or Entity to flag inappropriate content

#### Crypto Endpoints

- [Sign Testing JWT](https://docs.sublay.io/v6/api-reference/crypto/sign-testing-jwt.md): Generate a signed JWT for testing purposes

### Data Models

#### Models

- [User](https://docs.sublay.io/v6/data-models/user.md)
- [Entity](https://docs.sublay.io/v6/data-models/entity.md)
- [Comment](https://docs.sublay.io/v6/data-models/comment.md)
- [List](https://docs.sublay.io/v6/data-models/list.md)
- [Connection](https://docs.sublay.io/v6/data-models/connection.md)
- [Follow](https://docs.sublay.io/v6/data-models/follow.md)
- [App Notification](https://docs.sublay.io/v6/data-models/app-notification.md)

## Optional

- [Dashboard](https://dash.sublay.io)
