Development of Design for different uses or functions

Save yourself repetition and try writing macros.

This will get you started much faster.

I have a short intro to making macros here.

Once you have templated up a bunch of macros in code then you have basically started programming in the easiest way.

Convo as Mitchell mentioned yesterday is another great starting point into writing code. This is a structured language but effectively in simple English.

Then I would recommend you move to a language such as JavaScript or Python. From here you can learn to connect to the API which will give you more precision in creating things.

I would suggest initially you start with Python inside Chat and maybe build a GPT (Or customise ChatGPT with instructions) to test this.

When you start with JS/Python ChatGPT can help you write code. You should make sure you understand every line of code you are executing before you execute it!

1 Like