# Connection & Config Examples (/sdks/go/how-to/connection)



Connect to KubeMQ, authenticate, tune timeouts, and close clients safely.

<Cards>
  <Card title="Connect" href="/sdks/go/tutorials/connect">
    Basic client connection to KubeMQ server
  </Card>

  <Card title="Close" href="/sdks/go/how-to/connection/close">
    Properly closing a client connection
  </Card>

  <Card title="Ping" href="/sdks/go/how-to/connection/ping">
    Health check ping to verify server connectivity
  </Card>

  <Card title="Custom Timeouts" href="/sdks/go/how-to/connection/custom-timeouts">
    Configure connection and operation timeouts
  </Card>

  <Card title="Token Authentication" href="/sdks/go/how-to/connection/token-auth">
    Connect with JWT token authentication
  </Card>
</Cards>
