# Zipcode flows

In order to elicit a postalcode from the user, you could use for instance the Ask: open or Ask: number nodes, depending on the format of your postalcode. However, if you really want a valid postalcode check, this skill helps you do just that by introducing a node to your Flow designer that will ask a postalcode and check the validity.

## Installing the Zipcode flows skill

1. Go to packages&#x20;
2. Click on Browse skills
3. Click on the corresponding tile
4. Click install

<figure><img src="/files/wcRcvQA0MbTmv7C7bgMZ" alt=""><figcaption><p>Find the zipcode flows skill</p></figcaption></figure>

<figure><img src="/files/GviB8KgDuV4M95A4HDQy" alt=""><figcaption><p>Install the skill</p></figcaption></figure>

## Use the Ask Zipcode node

Now you can go to your flow canvas and start using the [Ask zipcode](/studio/flows/nodes/ask-zipcode.md) node.


---

# 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://manuals.dialox.ai/store/skills/zipcode-flows.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.
