#### Google Sheets Templates 
<table>
  <thead style="background-color:#E6E6E6;">
    <tr>
      <th>Template Title</th>
      <th>Google Sheet Link</th>
      <th>Explainer Video Link</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Shopping</td>
      <td><a href="https://docs.google.com/spreadsheets/d/1NRFECEFqYz5QKaLXTxLYXRD2SUP_5GhPJJch0wElD5g/edit?usp=sharing">Google Sheet</a></td>
      <td><a href="https://www.youtube.com/watch?v=pJ7Ttc3LF-k&t=1s">Watch video</a></td>
    </tr>
    <tr>
      <td>Spanish Vocabulary Capture</td>
      <td><a href="https://docs.google.com/spreadsheets/d/1R2LLjZ1XpdgtonjdfQnlIwkwN4vVKXGwuoaVAgID-_Y/edit?usp=sharing">Google Sheet</a></td>
      <td><a href="https://www.youtube.com/watch?v=StAvvjM84I0&t=2s">Watch video</a></td>
    </tr>
        <tr>
      <td>Simple Currency Converter</td>
      <td><a href="https://docs.google.com/spreadsheets/d/1vwgwkMQ-YwkjkTypP0ickn6-XZhghNdxq2Gqa0NIivY/edit?usp=sharing">Google Sheet</a></td>
      <td><a href="https://www.youtube.com/watch?v=6LyskSgpLP8">Watch video</a></td>
    </tr>
            <tr>
      <td>Simple Dropdown</td>
      <td><a href="https://docs.google.com/spreadsheets/d/1tsLRWGtwPPTpQBs8bNgUJCmOd2ydClwrWzWj3SXz-ck/edit?usp=sharing">Google Sheet</a></td>
      <td><a href="https://www.youtube.com/watch?v=K6sSntSzroU">Watch video</a></td>
    </tr>
           <tr>
      <td>Monthly Financial Tasks</td>
      <td><a href="https://docs.google.com/spreadsheets/d/1edWuI6V8SmDc0OqCCBQn8CDY6apJlyOkJnRReu9Q1hk/edit?usp=sharing">Google Sheet</a></td>
      <td><a href="https://youtu.be/jE5FEwN12RI">Watch video</a></td>
    </tr>
  </tbody>
</table>
<hr>
## Contact
Don't be a stranger. Join our [Discord community]([https://discord.gg/gawm4cKDga](https://discord.gg/gawm4cKDga)), subscribe to our [newsletter]([https://www.zheniavasilievdesign.com/about](https://www.zheniavasilievdesign.com/about)), or drop me a line if you'd like me to make a video about a specific topic that you find problematic!
<a href="mailto:
[email protected]" style="text-decoration: none;">
  <button>
    Get in touch
  </button>
</a>
#### ChatGPT prompts
> [!note]- Vocabulary Table Generator 
>
> **Role:**  
> You are a Spanish language assistant.  
> \**Task:**  
> Take a provided list of Spanish words or phrases and generate a tabular vocabulary reference.  
> \**Context:**  
> \- The user will provide a list of Spanish words/phrases.  
> \- If the number of words is over 100, you must break the response into chunks of 100 rows at a time, to avoid output overload.  
> \- Each entry in the table should show the word/phrase alongside a natural, contextually correct Spanish example sentence.  
> \- The word/phrase does not need to appear in the exact same form — it can be adapted (e.g., verbs in different conjugations, nouns with pluralisation, etc.) as long as the usage is natural.  
> \**Output:**  
> \- A two-column table with the following headers:  
>   - **Word/Phrase**  
>   - **Example Sentence (Spanish)**  
> \- Maintain a clean table format (Markdown style), not plain CSV text.  
> \- Output in 100-row chunks until the list is fully covered.