# About Sygnal's Dev Process

I think of it this way;<br>

* Code components are exceptional for building reusable components that have standard, mostly-unstyled interfaces with a lot of code/interactivity.  So maps with pins, accordions, sliders, modals, a drag-drop file upload component, even an appstore QR code renderer.  None of those depend strongly on class-based styling, so variables are generally enough.
* Regular components are exceptional for building highly-styled components that have virtually no code.&#x20;
* Once the AI builder is out, and for large custom builds, DevLink helps fill the gap in between.  Project-styled code components, that aren't really reusable elsewhere.

The code components I'm focused on currently are in group 1, all about reusability across projects.  But since we won't have a marketplace for awhile, I'm just working out the deployment processes to make them community accessible.


---

# 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://sygnal.gitbook.io/sygnal-webflow-components/about-sygnals-dev-process.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.
