# Create a Block

> Overview of the VIDEOJOBS block system for building job ads and company profiles.

Source: https://docs.videojobs.io/creation

> For the complete documentation index, see [llms.txt](https://docs.videojobs.io/llms.txt).

# Create a Block

Blocks are versatile visual components utilized to construct various elements on your [Job Ad](/job-ads) or [Company Profile](/company-profile).
These blocks include:

- [Text Block](/text-block)
- [Image Block](/image-block)
- [Video Block](/video-block)
- [Button Block](/button-block)
- [Benefits Block](/benefits-block)
- [Team Block](/team-block)
- [Contact Person Block](/contact-person-block)
- [Location Block](/location-block)
- [Reusable Blocks](/reusable-blocks)

Each block serves a unique purpose and features a distinct appearance. They are designed with specific functionalities, offering a tailored scope for different content types. The flexibility of the VIDEOJOBS editor empowers you to easily create and customize your content using these blocks, providing a fully WYSIWYG (What You See Is What You Get) editing experience.

To start creating a block, make sure you are in **Edit** mode. To create a block, click on the **Plus** <Icon name="Plus" size={16} /> button.

Once you click the **Plus** button, you will see a list of available blocks. You can select the block you want to use, click on it and the block will be added to your content.

### Available Blocks

<Columns cols={3}>
  <Card title="Text" icon="Type" href="/text-block">
    Add and format text content.
  </Card>
  <Card title="Image" icon="Image" href="/image-block">
    Upload and display images.
  </Card>
  <Card title="Video" icon="Video" href="/video-block">
    Upload or embed videos.
  </Card>
  <Card title="Button" icon="MousePointerClick" href="/button-block">
    Add call-to-action buttons.
  </Card>
  <Card title="Benefits" icon="Sparkles" href="/benefits-block">
    Showcase company perks.
  </Card>
  <Card title="Team" icon="Users" href="/team-block">
    Display team members.
  </Card>
  <Card title="Contact Person" icon="ContactRound" href="/contact-person-block">
    Highlight a contact person.
  </Card>
  <Card title="Location" icon="MapPinned" href="/location-block">
    Show a Google Maps location.
  </Card>
  <Card title="Reusable Blocks" icon="Boxes" href="/reusable-blocks">
    Reuse blocks across content.
  </Card>
</Columns>
