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

# Políticas y acuerdos

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

<div id="overview">
  ## Descripción general
</div>

El uso que los desarrolladores hagan de los materiales y el contenido de X está sujeto a y se rige por nuestra Política para desarrolladores y los acuerdos correspondientes.

<div className="developer-cards-grid grid md:grid-cols-3 gap-6 my-8 auto-rows-fr">
  <Card title="Acuerdo para desarrolladores" icon="gavel" iconType="solid" href="/es/developer-terms/agreement" className="h-full flex flex-col">
    <div style={{ marginTop: '16px', display: 'flex', flexDirection: 'column', justifyContent: 'flex-end', flex: 1 }}>
      <Button href="/es/developer-terms/agreement">Ver</Button>
    </div>
  </Card>

  <Card title="Política para desarrolladores" icon="book" iconType="solid" href="/es/developer-terms/policy" className="h-full flex flex-col">
    <div style={{ marginTop: '16px', display: 'flex', flexDirection: 'column', justifyContent: 'flex-end', flex: 1 }}>
      <Button href="/es/developer-terms/policy">Ver</Button>
    </div>
  </Card>

  <Card title="Acuerdo de la Ads API" icon="gavel" iconType="solid" href="/es/developer-terms/ads-api-agreement" className="h-full flex flex-col">
    <div style={{ marginTop: '16px', display: 'flex', flexDirection: 'column', justifyContent: 'flex-end', flex: 1 }}>
      <Button href="/es/developer-terms/ads-api-agreement">Ver</Button>
    </div>
  </Card>

  <Card title="Acuerdo piloto de PPU para desarrolladores de X" icon="gavel" iconType="solid" href="/es/developer-terms/ppu-pilot-agreement" className="h-full flex flex-col">
    <div style={{ marginTop: '16px', display: 'flex', flexDirection: 'column', justifyContent: 'flex-end', flex: 1 }}>
      <Button href="/es/developer-terms/ppu-pilot-agreement">Ver</Button>
    </div>
  </Card>

  <Card title="Casos de uso restringidos" icon="user-xmark" iconType="solid" href="/es/developer-terms/more-on-restricted-use-cases" className="h-full flex flex-col">
    <div style={{ marginTop: '16px', display: 'flex', flexDirection: 'column', justifyContent: 'flex-end', flex: 1 }}>
      <Button href="/es/developer-terms/restricted-use-cases">Ver</Button>
    </div>
  </Card>

  <Card title="Pautas geográficas" icon="earth-americas" iconType="solid" href="/es/developer-terms/geo-guidelines" className="h-full flex flex-col">
    <div style={{ marginTop: '16px', display: 'flex', flexDirection: 'column', justifyContent: 'flex-end', flex: 1 }}>
      <Button href="/es/developer-terms/geo-guidelines">Ver</Button>
    </div>
  </Card>
</div>
