# Nashra Documentation ## Documentation - [Welcome to Nashra](https://help.nashra.ai/introduction.md): Nashra is a calm publishing platform for building a newsletter and knowledge hub in one workflow. Write once, publish twice — as an email and on your blog. - [Quickstart](https://help.nashra.ai/quickstart.md): Get up and running with Nashra in five minutes. Create your brand, write your first post, and send your first newsletter. - [The Editor](https://help.nashra.ai/editor.md): Write, format, and add media in the Nashra editor — a clean, distraction-free writing experience. - [Publishing Your Post](https://help.nashra.ai/publishing.md): Publish posts as emails, blog articles, or both. Schedule posts, manage drafts, and control visibility. - [Categories & Tags](https://help.nashra.ai/categories-tags.md): Organize your posts with categories and tags so readers can find and browse your content by topic. - [Sending Newsletters](https://help.nashra.ai/newsletters.md): Send email newsletters to your subscribers — choose your audience, craft subject lines, and send with confidence. - [Managing Subscribers](https://help.nashra.ai/subscribers.md): Manage your subscriber list — add, import, tag, segment, filter, and export subscribers in Nashra. - [Delivery Reports](https://help.nashra.ai/delivery-reports.md): Track email performance with delivery reports — opens, clicks, bounces, and sending health. - [Magic Links](https://help.nashra.ai/magic-links.md): Turn social media followers into email subscribers with Magic Links — one-tap signup links you can share anywhere. - [Form Action URLs](https://help.nashra.ai/form-actions.md): Collect email subscribers from any website or form tool using Nashra's Form Action URLs. - [Automations](https://help.nashra.ai/automations.md): Set up automated email workflows — welcome sequences, course drips, lead magnet delivery, and more. - [Brand & Blog Settings](https://help.nashra.ai/brand-settings.md): Customize your Nashra brand — logo, name, blog appearance, theme, subscribe forms, and more. - [Custom Domains](https://help.nashra.ai/custom-domains.md): Connect your own domain to your Nashra workspace for better branding, credibility, and SEO. - [Sending Domain](https://help.nashra.ai/sending-domain.md): Set up a custom sending domain to send newsletters from your own email address and improve deliverability. - [Team & Collaboration](https://help.nashra.ai/team.md): Invite team members, assign roles, and collaborate on content in your Nashra workspace. - [Plans & Billing](https://help.nashra.ai/plans-billing.md): Nashra's pricing plans, subscriber limits, and how to manage your subscription and billing. ## API Reference - [API Overview](https://help.nashra.ai/overview.md): The Nashra API lets you manage subscribers, custom fields, and content programmatically. Build integrations and automate your workflow. - [Authentication](https://help.nashra.ai/authentication.md): Authenticate your API requests using a Bearer token passed in the Authorization header. - [Rate Limits](https://help.nashra.ai/throttling.md): Understand API rate limits, response headers, and best practices for staying within limits. - [Official SDKs](https://help.nashra.ai/sdks.md): Official SDKs for integrating the Nashra API into your applications. - [List Subscribers](https://help.nashra.ai/get-subscribers.md): Retrieve a paginated list of subscribers - [Create Subscriber](https://help.nashra.ai/post-subscribers.md): Create a new subscriber - [Get Subscriber](https://help.nashra.ai/get-subscribers-uuid.md): Retrieve a single subscriber by UUID - [Update Subscriber](https://help.nashra.ai/put-subscribers-uuid.md): Update a subscriber by UUID. Only provided fields are updated. - [Delete Subscriber](https://help.nashra.ai/delete-subscribers-uuid.md): Delete a subscriber by UUID - [List Tags](https://help.nashra.ai/get-tags.md): Retrieve all tags - [Create Tag](https://help.nashra.ai/post-tags.md): Create a new tag - [Update Tag](https://help.nashra.ai/put-tags-uuid.md): Update a tag by UUID - [Delete Tag](https://help.nashra.ai/delete-tags-uuid.md): Delete a tag by UUID - [List Custom Fields](https://help.nashra.ai/get-fields.md): Retrieve all custom fields - [Create Custom Field](https://help.nashra.ai/post-fields.md): Create a new custom field - [Update Custom Field](https://help.nashra.ai/put-fields-uuid.md): Update a custom field by UUID - [Delete Custom Field](https://help.nashra.ai/delete-fields-uuid.md): Delete a custom field by UUID - [List Segments](https://help.nashra.ai/get-segments.md): Retrieve all segments - [Get Segment](https://help.nashra.ai/get-segments-uuid.md): Retrieve a single segment by UUID, including subscriber count