File size: 27,669 Bytes
8e52e9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
[
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How to open a company?",
        "Output":"Company creation"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What types of legal forms exist for companies with only one partner?",
        "Output":"Company creation"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Individual Entrepreneur",
        "Output":"Company creation"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Single-Person Limited Company",
        "Output":"Company creation"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What types of legal forms exist for companies with more than one partner?",
        "Output":"Company creation"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How should I proceed to create a company?",
        "Output":"Company creation"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What can I do after creating the company?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How much does it cost to open a company?",
        "Output":"Company creation"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What other expenses should I take into account when opening a company?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What taxes will I have to pay when opening a company?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"VAT: What is it and how does this tax work?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is VAT?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the VAT rates in Continental Portugal and which products and services are covered?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What rates are applied in the autonomous regions?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"In which situations is VAT not paid?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"I will work as a self-employed person. What should I know about VAT?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Can small traders also benefit from exemption?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"When are periodic declarations made and how to submit them?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Start Activity: CIRS or CAE Code what are they and when do they apply?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"List of CIRS codes and to whom it applies?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"List of CAE codes to whom it applies?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Social Security and companies: what should you know?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Service provision contract: what is it and what precautions should be taken?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is a service provision contract?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What types of service provision contracts exist?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the differences from an employment contract?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What precautions should be taken with a service provision contract?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Singular Companies",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Individual Entrepreneur",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Single-Person Limited Company",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Limited Individual Liability Establishment",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Limited Company",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Anonymous Society",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Collective Name Society",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Limited Partnership",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Cooperative",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"Choose the type of company and accounting",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is a company in Portugal and what are the most common types?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How to register a company in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the accounting requirements for companies in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the main accounting principles in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How is Value Added Tax (VAT) calculated in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the benefits of the simplified tax regime in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the tax obligations of companies regarding the Corporate Income Tax (IRC)?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are tax deductions and how do they affect companies?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How does the payment of dividends work in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is social capital and how is it determined?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the procedures for increasing the social capital of a company?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can companies raise funds in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are stock options and how are they taxed in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the benefits of granting equity to employees?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How does the process of hiring workers in Portugal work?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the legal obligations of companies regarding Social Security?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is the regime of green receipts in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How to calculate social and tax charges as a self-employed worker?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the main labor laws that companies must comply with?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How does the probationary period work in employment contracts?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the main consumer protection laws in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can a company protect itself against customer insolvency?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What financing options are available for startups in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the mandatory fiscal documents for companies in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How does the electronic invoicing system work in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the requirements for exporting products from a company in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How is the tax on the importation of goods calculated?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the rules for granting credit to customers?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can a company effectively manage cash flow?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the financial reporting obligations for companies in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can companies prepare for a tax audit?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is the Tax Authority in Portugal and what are its functions?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the requirements for the dissolution and liquidation of a company in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How do franchise contracts work in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the advantages and disadvantages of being a public limited company (SA) in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How is taxable profit calculated for IRC purposes?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the tax implications of merger and acquisition operations in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is the Single Social Tax (TSU) and how is it calculated?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How does the special payment on account (PEC) regime work in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the rules for terminating employment contracts in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can companies join the Professional Internship Program?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the requirements for granting work visas to foreigners?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How does the autonomous taxation regime work in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the rules for terminating fixed-term contracts in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How is unemployment benefit calculated in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the tax obligations of companies that carry out triangular operations?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can companies calculate transfer pricing?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the tax implications of transactions with related parties?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the tax implications of selling commercial property?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can companies protect their intellectual property in Portugal?",
        "Output":"Intellectual Property"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the rules for the protection of personal data in companies?",
        "Output":"Intellectual Property"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How does the process of resolving commercial disputes work in Portugal?",
        "Output":"Intellectual Property"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the tax implications of profit distribution?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is the Economic Activities Tax (TAE) and how is it applied?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can a company qualify for tax benefits in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the procedures for opening a branch of a foreign company in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is the Labor Code in Portugal and what are its main provisions?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the requirements for granting import and export licenses?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can companies benefit from the tourist utility status?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the non-financial reporting obligations for companies in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the tax implications of donations to charities?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How does the advance payment regime for IRC work?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the tax obligations of companies operating in Free Zones?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can companies join the Cash VAT Regime?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What is the Model 10 Declaration and when should it be submitted?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the rules for granting state subsidies?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the environmental obligations of companies in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the requirements for the dissolution and liquidation of a company in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How do investment incentive regimes work in Portugal?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How can companies calculate the tax on the importation of goods?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"What are the benefits of granting equity to employees?",
        "Output":"Generic"
    },
    {
        "Instruction":"You should prompt one of the following categories: Company Creation, Intellectual Property, Generic, or Others. ",
        "Input":"How is Value Added Tax (VAT) calculated in Portugal?",
        "Output":"Generic"
    }
]