---
title: "Contact Sparseal"
url: "https://sparseal.com/contact/"
language: "en"
description: "Contact Sparseal for product support, community help on Discord, or general inquiries."
---

# Contact Sparseal

We're here to help and answer any questions you might have

## Technical Support

For technical support related to one of our products, you can send us an email at [support@sparseal.com](mailto:support@sparseal.com).

## Quick Support

For faster communication, you can use our [Discord Server](https://discord.com/invite/7ZSxK7MAkM).

## General Inquiries

For any other questions, you can contact us at [info@sparseal.com](mailto:info@sparseal.com).

If you send us an email, your email will be stored in order to contact you back regarding your message. We will not use that email address for any other purpose.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "Organization",
        "@id": "https://sparseal.com/#organization",
        "name": "Sparseal",
        "legalName": "Sparseal SL",
        "url": "https://sparseal.com/",
        "description": "Sparseal develops CGI software for digital content creation: sculpting, modeling, texture painting, retopology, UV unwrapping and baking.",
        "logo": "https://sparseal.com/assets/favicon/android-chrome-512x512.webp",
        "sameAs": [
          "https://bsky.app/profile/sparseal.bsky.social",
          "https://discord.com/invite/7ZSxK7MAkM",
          "https://www.youtube.com/@sparseal3016",
          "https://x.com/sparseal"
        ],
        "contactPoint": [
          {
            "@type": "ContactPoint",
            "email": "support@sparseal.com",
            "contactType": "technical support"
          },
          {
            "@type": "ContactPoint",
            "email": "info@sparseal.com",
            "contactType": "general inquiries"
          }
        ]
      }
    ]
  }
]
```
