> ## Documentation Index
> Fetch the complete documentation index at: https://docs.get-clara.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Începeți

> Bun venit la Documentația Twenty pentru dezvoltatori, resursa dvs. pentru extindere, autogăzduire și contribuții la Twenty.

export const CardTitle = ({children}) => {
  return <div className="text-base font-semibold text-gray-900 dark:text-gray-100">
      {children}
    </div>;
};

<CardGroup cols={3}>
  <Card href="/l/ro/developers/extend/extend" img="https://mintcdn.com/clara-1b8b12e1/sHXKG8rWt8DAIbvx/images/user-guide/integrations/plug.png?fit=max&auto=format&n=sHXKG8rWt8DAIbvx&q=85&s=f34bcef5d375e7c1dbfa6e080c9dad9f" width="1440" height="680" data-path="images/user-guide/integrations/plug.png">
    <CardTitle>Extindeți</CardTitle>
    Creați integrări cu API-uri, webhook-uri și aplicații personalizate.
  </Card>

  <Card href="/l/ro/developers/self-host/self-host" img="https://mintcdn.com/clara-1b8b12e1/sHXKG8rWt8DAIbvx/images/user-guide/what-is-twenty/20.png?fit=max&auto=format&n=sHXKG8rWt8DAIbvx&q=85&s=29610cd69966bb5ac87b1fb1194e34e2" width="597" height="281" data-path="images/user-guide/what-is-twenty/20.png">
    <CardTitle>Autogăzduire</CardTitle>
    Implementați și gestionați Twenty pe propria infrastructură.
  </Card>

  <Card href="/l/ro/developers/contribute/contribute" img="https://mintcdn.com/clara-1b8b12e1/nw6qFuBqeI4qyyh5/images/user-guide/github/github-header.png?fit=max&auto=format&n=nw6qFuBqeI4qyyh5&q=85&s=19128c9b129ef37cde3154ef84bfaaee" width="1440" height="680" data-path="images/user-guide/github/github-header.png">
    <CardTitle>Contribuiți</CardTitle>
    Alăturați-vă comunității noastre cu sursă deschisă și contribuiți la Twenty.
  </Card>
</CardGroup>
