> ## Documentation Index
> Fetch the complete documentation index at: https://help.vinkit.co/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Frequently asked questions about Vinkit

## Account and registration

<AccordionGroup>
  <Accordion title="Is Vinkit free?">
    Vinkit offers a free plan that allows you to create a blog with essential features. Paid plans are available for advanced features (custom domain, analytics, etc.).
  </Accordion>

  <Accordion title="How do I delete my account?">
    Go to **Settings > Account > Delete account**. This action is irreversible and will delete all your articles and data.
  </Accordion>

  <Accordion title="Can I have multiple blogs?">
    Yes, each account can manage multiple blogs. Create a new blog from the blog selector in the dashboard.
  </Accordion>
</AccordionGroup>

## Articles and content

<AccordionGroup>
  <Accordion title="What is the maximum image size?">
    Uploaded images must not exceed 5 MB. Supported formats are JPG, PNG, GIF, and WebP. For better performance, prefer the WebP format.
  </Accordion>

  <Accordion title="Can I import articles from another platform?">
    Yes, Vinkit supports import from WordPress, Medium, and Ghost. Go to **Settings > Import** and follow the instructions.
  </Accordion>

  <Accordion title="Can I export my articles?">
    Yes, you can export all your articles in Markdown format from **Settings > Export**. Your data belongs to you.
  </Accordion>

  <Accordion title="How do I embed videos?">
    Simply paste a YouTube, Vimeo, or Loom video URL into your article. Vinkit automatically generates an embedded player.
  </Accordion>
</AccordionGroup>

## Technical

<AccordionGroup>
  <Accordion title="Does Vinkit support RSS?">
    Yes, an RSS feed is automatically generated at the `/rss.xml` address of your blog.
  </Accordion>

  <Accordion title="Can I use the API to publish articles?">
    Yes, the Vinkit API allows you to create, edit, and delete articles programmatically. See the [API documentation](/api-reference/introduction).
  </Accordion>

  <Accordion title="Is my blog fast?">
    Vinkit uses a global CDN and generates static pages for optimal loading times. Your articles are served in under 100ms anywhere in the world.
  </Accordion>
</AccordionGroup>
