# Symptoms

Use the `symptoms` query to list all the symptoms available for the users.

### Required Arguments

| Argument | Type | Description                   |
| -------- | ---- | ----------------------------- |
| `id`     | ID   | Used to filter my Symptom Id. |

### Available Fields

| Field Name    | Type            | Description                                                        |
| ------------- | --------------- | ------------------------------------------------------------------ |
| `id`          | ID              | Symptom Id.                                                        |
| `name`        | String          | Symptom name.                                                      |
| `description` | String          | Symptom description.                                               |
| `createdAt`   | DateTime        | Date when the symptom was created.                                 |
| `updatedAt`   | DateTime        | Date when the symptom was last updated.                            |
| `categories`  | SymptomCategory | [Symptom category](/graphql/objects/symptoms/symptom-category.md). |

### Example

{% tabs %}
{% tab title="Request" %}

```graphql
query{
 symptoms{
    edges{
      node{
        id
        name
        description
        createdAt
        updatedAt
        categories{
          id
          name
          description
        }
      }
    }
  }
}
```

{% endtab %}

{% tab title="Response" %}

```graphql
{
  "data": {
    "symptoms": {
      "edges": [
        {
          "node": {
            "id": "U3ltcHRvbTpkMjQ5M2IyMC04YzhiLTQwMDUtODg4Ny0wMzE1YWQ4MzYzYTg=",
            "name": "Abdominal pain/cramping",
            "description": "Pain or discomfort in the stomach area",
            "createdAt": "2025-05-21T16:09:13.202366+00:00",
            "updatedAt": "2025-05-21T16:09:13.202392+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
                "name": "Gastrointestinal",
                "description": "Relating to the digestive system, common early side effects."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTozNGNlYjBkZC05ZTg4LTQ0OWYtODcwNC05ZjJlMmU2MGRiNDE=",
            "name": "Bloating",
            "description": "Swollen or gassy feeling in the abdomen",
            "createdAt": "2025-05-21T16:09:12.822562+00:00",
            "updatedAt": "2025-06-18T21:56:05.790022+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
                "name": "Gastrointestinal",
                "description": "Relating to the digestive system, common early side effects."
              },
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjY3NWJmNTEyLWQyZmEtNGZhYi04ZWQwLTAxNWE2ODQ3ZWQ4MA==",
                "name": "Most Common",
                "description": "Most Common Symptoms"
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTpkMjdkOGE2Ny1iNGE1LTQ5MzctOTk2Zi1lOTI2YjBjMGY1YmM=",
            "name": "Constipation",
            "description": "Difficulty or infrequent bowel movements",
            "createdAt": "2025-05-21T16:09:12.439914+00:00",
            "updatedAt": "2025-05-21T16:09:12.439935+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
                "name": "Gastrointestinal",
                "description": "Relating to the digestive system, common early side effects."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbToxYWI1NjllZC1kNTg5LTQ4YWUtOWI5NC02MmU5NDI4NzY4NTg=",
            "name": "Diarrhea",
            "description": "Frequent loose or watery stools",
            "createdAt": "2025-05-21T16:09:12.057818+00:00",
            "updatedAt": "2025-05-21T16:09:12.057838+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
                "name": "Gastrointestinal",
                "description": "Relating to the digestive system, common early side effects."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTo3YjhhNjY4OC1iZGM5LTRjMGUtYWM2ZS02ZjkzOTQ0NDk4NzY=",
            "name": "Dizziness",
            "description": "Lightheadedness or feeling faint",
            "createdAt": "2025-05-21T16:09:15.108067+00:00",
            "updatedAt": "2025-06-18T21:56:16.241970+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjY3NWJmNTEyLWQyZmEtNGZhYi04ZWQwLTAxNWE2ODQ3ZWQ4MA==",
                "name": "Most Common",
                "description": "Most Common Symptoms"
              },
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmQzMTcwOTVmLTU4MDUtNDBiZi1hM2I2LTQ5YTAxY2NmOTMxNA==",
                "name": "Neurological",
                "description": "Affecting the brain, mood, and mental state."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTo1NmExYmIwMy1iNGJmLTRlMGYtYTZhOS03MWFhMmIwYzFhOTU=",
            "name": "Early satiety",
            "description": "Feeling full after eating a small amount",
            "createdAt": "2025-05-21T16:09:13.965919+00:00",
            "updatedAt": "2025-05-21T16:09:13.965939+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
                "name": "Gastrointestinal",
                "description": "Relating to the digestive system, common early side effects."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTpmNTc0ODhlYS0wYmFjLTRkMmUtYjYyYi00ZDFiMjJiY2FlMWE=",
            "name": "Fatigue",
            "description": "Lack of energy or extreme tiredness",
            "createdAt": "2025-05-21T16:09:14.727674+00:00",
            "updatedAt": "2025-05-21T16:09:14.727694+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmQzMTcwOTVmLTU4MDUtNDBiZi1hM2I2LTQ5YTAxY2NmOTMxNA==",
                "name": "Neurological",
                "description": "Affecting the brain, mood, and mental state."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTpmMzIwNTk3Ny1iYzc4LTRmM2YtOWVhMy04YWY2MDljMmNjYmQ=",
            "name": "Frequent urination",
            "description": "Need to urinate more frequently than normal",
            "createdAt": "2025-05-21T16:09:18.533973+00:00",
            "updatedAt": "2025-05-21T16:09:18.533994+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjQ1OGNjZTJkLWJjZDQtNGIyZi1iY2U2LTAxODJkNWRlODA1Ng==",
                "name": "Metabolic",
                "description": "Linked to blood sugar and metabolism."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTplODMwMzAxMi03YmI0LTRmMTctYjE3ZS02NDJmZThhZmQyYjQ=",
            "name": "Hair thinning or loss",
            "description": "Notable thinning or shedding of hair",
            "createdAt": "2025-05-21T16:09:19.674984+00:00",
            "updatedAt": "2025-05-21T16:09:19.675004+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjRhZTA5NWQ3LWU0YWUtNDA4My05NjdhLTJjYWY1NzE3NmMyMg==",
                "name": "Physical",
                "description": "Changes in physical health or appearance."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTo4MWVkNWUxYi1kYmM3LTRlYmQtYmZlZi1lZGZiYjdhOTIwN2U=",
            "name": "Headache",
            "description": "Pain or pressure in the head",
            "createdAt": "2025-05-21T16:09:14.345959+00:00",
            "updatedAt": "2025-06-18T21:55:23.316573+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjY3NWJmNTEyLWQyZmEtNGZhYi04ZWQwLTAxNWE2ODQ3ZWQ4MA==",
                "name": "Most Common",
                "description": "Most Common Symptoms"
              },
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmQzMTcwOTVmLTU4MDUtNDBiZi1hM2I2LTQ5YTAxY2NmOTMxNA==",
                "name": "Neurological",
                "description": "Affecting the brain, mood, and mental state."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTpkYzI1YjI3MS04ZDAwLTQ4NzEtOWFkZC00YTAwODVkMTZlMzc=",
            "name": "Heart palpitations",
            "description": "Sensation of irregular or strong heartbeat",
            "createdAt": "2025-05-21T16:09:15.868124+00:00",
            "updatedAt": "2025-05-21T16:09:15.868149+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmE2ODM3YzA0LTYzZDItNDZlNy04YTVjLWVhMGUxZTljNGYyNw==",
                "name": "Cardiovascular",
                "description": "Involving the heart and blood vessels."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTozNzJjMGZiMS1kYjRhLTQxM2MtYmJjZC01NzhkNDllNTkwMmI=",
            "name": "Hypoglycemia symptoms",
            "description": "Symptoms like shakiness or confusion from low blood sugar",
            "createdAt": "2025-05-21T16:09:17.768694+00:00",
            "updatedAt": "2025-05-21T16:09:17.768716+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjQ1OGNjZTJkLWJjZDQtNGIyZi1iY2U2LTAxODJkNWRlODA1Ng==",
                "name": "Metabolic",
                "description": "Linked to blood sugar and metabolism."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTphMjRkMzA3Yy1jMmQ1LTQ2NWMtOTE4Ni0zNDQwZWI2MTM2MDA=",
            "name": "Increased heart rate",
            "description": "Faster than normal resting heart rate",
            "createdAt": "2025-05-21T16:09:16.247805+00:00",
            "updatedAt": "2025-05-21T16:09:16.247826+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmE2ODM3YzA0LTYzZDItNDZlNy04YTVjLWVhMGUxZTljNGYyNw==",
                "name": "Cardiovascular",
                "description": "Involving the heart and blood vessels."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTowZTZhMGJiMi00MjNlLTRlOGItYTdiMi0yNmJiNDljMjc4NzA=",
            "name": "Injection site reactions",
            "description": "Redness, swelling, or irritation at injection site",
            "createdAt": "2025-05-21T16:09:17.388801+00:00",
            "updatedAt": "2025-05-21T16:09:17.388878+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmJjMGE0NTA5LTAwY2MtNDA0NS1iZjEwLWE2MWViMmU2NzYzOQ==",
                "name": "Respiratory",
                "description": "Breathing or immune system-related reactions."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTo2OTgxOGJkYS1hY2Q3LTQ3ZTAtOTIyMC1hZWQ3NDQ3YzY2M2M=",
            "name": "Loss of appetite",
            "description": "Reduced desire to eat or lack of hunger",
            "createdAt": "2025-05-21T16:09:13.585413+00:00",
            "updatedAt": "2025-05-21T16:09:13.585434+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
                "name": "Gastrointestinal",
                "description": "Relating to the digestive system, common early side effects."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbToxYzU3Y2FiOS1jOGZmLTQ2M2EtYmU4NS0yNzI4NjdjNzNiODE=",
            "name": "Low blood pressure",
            "description": "Unusually low blood pressure",
            "createdAt": "2025-05-21T16:09:16.628000+00:00",
            "updatedAt": "2025-05-21T16:09:16.628020+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmE2ODM3YzA0LTYzZDItNDZlNy04YTVjLWVhMGUxZTljNGYyNw==",
                "name": "Cardiovascular",
                "description": "Involving the heart and blood vessels."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTozMDVhMjNiNS1lMjZjLTQ5NTEtOWU4OS01MTFlMjMxNmI0YjQ=",
            "name": "Mood changes",
            "description": "Changes in emotional state or mood",
            "createdAt": "2025-05-21T16:09:15.487836+00:00",
            "updatedAt": "2025-05-21T16:09:15.487871+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmQzMTcwOTVmLTU4MDUtNDBiZi1hM2I2LTQ5YTAxY2NmOTMxNA==",
                "name": "Neurological",
                "description": "Affecting the brain, mood, and mental state."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTo2Njk4M2ZiYi05MmY5LTQ5YTgtOTZiYS01YjQ5MWUzOWNiMzU=",
            "name": "Muscle weakness",
            "description": "Decreased muscle strength or endurance",
            "createdAt": "2025-05-21T16:09:19.294226+00:00",
            "updatedAt": "2025-05-21T16:09:19.294246+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjRhZTA5NWQ3LWU0YWUtNDA4My05NjdhLTJjYWY1NzE3NmMyMg==",
                "name": "Physical",
                "description": "Changes in physical health or appearance."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTpmZTIzYjhhZi1iNDcyLTRjMDYtOWYzYy01MTc0YzkxYTE1NGI=",
            "name": "Nausea",
            "description": "Feeling of queasiness or urge to vomit",
            "createdAt": "2025-05-21T16:09:11.269525+00:00",
            "updatedAt": "2025-06-18T21:56:34.866073+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
                "name": "Gastrointestinal",
                "description": "Relating to the digestive system, common early side effects."
              },
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjY3NWJmNTEyLWQyZmEtNGZhYi04ZWQwLTAxNWE2ODQ3ZWQ4MA==",
                "name": "Most Common",
                "description": "Most Common Symptoms"
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbToyNDJiZDEwYS0yMTYyLTQzY2ItOTJkNC02NmJlOWJkZmY0ODA=",
            "name": "Other",
            "description": "Other symptoms.",
            "createdAt": "2025-06-03T17:08:16.870287+00:00",
            "updatedAt": "2025-06-03T17:08:16.870307+00:00",
            "categories": []
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbToyYjZhNmY4Mi0wZTQyLTRjYjEtYjc5OS05ZWUwMTUzMTQ4NWE=",
            "name": "Shortness of breath",
            "description": "Difficulty breathing or feeling breathless",
            "createdAt": "2025-05-21T16:09:17.008520+00:00",
            "updatedAt": "2025-05-21T16:09:17.008545+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OmJjMGE0NTA5LTAwY2MtNDA0NS1iZjEwLWE2MWViMmU2NzYzOQ==",
                "name": "Respiratory",
                "description": "Breathing or immune system-related reactions."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbToyOTE4OTlkMi02Zjg1LTRhY2YtYTNiMy1iMjM5ZWI0YzI1NjU=",
            "name": "Thirst / dry mouth",
            "description": "Unusually dry mouth or constant thirst",
            "createdAt": "2025-05-21T16:09:18.150559+00:00",
            "updatedAt": "2025-05-21T16:09:18.150579+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjQ1OGNjZTJkLWJjZDQtNGIyZi1iY2U2LTAxODJkNWRlODA1Ng==",
                "name": "Metabolic",
                "description": "Linked to blood sugar and metabolism."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTo3ZTRhYzY3OC03NGU4LTQ0ZGMtYWNhZC02ZTBjODA5YzRhZTY=",
            "name": "Vomiting",
            "description": "Forceful expulsion of stomach contents",
            "createdAt": "2025-05-21T16:09:11.677958+00:00",
            "updatedAt": "2025-05-21T16:09:11.677980+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjBiZDUzNTg5LWVjMDYtNGU0Ni1hMjQzLTc3MTQ1OTU0NjZmNA==",
                "name": "Gastrointestinal",
                "description": "Relating to the digestive system, common early side effects."
              }
            ]
          }
        },
        {
          "node": {
            "id": "U3ltcHRvbTo2YmVjNDcxNy1hMzk4LTRhNGQtYTdhMy03OGFlOTYxYzFiYjE=",
            "name": "Weight loss",
            "description": "Reduction in body weight",
            "createdAt": "2025-05-21T16:09:18.914154+00:00",
            "updatedAt": "2025-05-21T16:09:18.914174+00:00",
            "categories": [
              {
                "id": "U3ltcHRvbUNhdGVnb3J5OjRhZTA5NWQ3LWU0YWUtNDA4My05NjdhLTJjYWY1NzE3NmMyMg==",
                "name": "Physical",
                "description": "Changes in physical health or appearance."
              }
            ]
          }
        }
      ]
    }
  }
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.suggestic.com/graphql/query/queries/tracking/symptoms/symptoms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
